AppStore in-App Purchase Receipt Verification Issues

后端 未结 3 511
忘掉有多难
忘掉有多难 2020-12-29 13:53

I know there have been quite a few posts on this but none seem to address the issues we\'re running into. So far I think I have everything setup correctly as specified in th

3条回答
  •  不思量自难忘°
    2020-12-29 14:54

    That looks like an ASCII Property List -- You should be able to use the NSPropertyListSerialization class to decode it.

    EDIT

    What is the class of the decoded object? That also looks like what you get when you dump a NSDictionary using NSLog()

提交回复
热议问题