saturngod/IAPHelper

can't checkReceipt

destinyxxl opened this issue · 3 comments

remind purchase succeed but checkReceipt with response code 21003
qq20160925-0

Help !!!

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

@saturngod yes , it works! thank you !