can't checkReceipt
destinyxxl opened this issue · 3 comments
destinyxxl commented
destinyxxl commented
Help !!!
saturngod commented
21003 - The receipt could not be authenticated.
I think , transactionReceipt is deprecated.
For receipt data, please use with
[NSData dataWithContentsOfURL:[[NSBundle mainBundle] appStoreReceiptURL]];
for iOS 7 or later
destinyxxl commented
@saturngod yes , it works! thank you !