transactionReceipt
Closed this issue · 1 comments
daveamison commented
When using this code:-
[[IAPShare sharedHelper].iap checkReceipt:trans.transactionReceipt AndSharedSecret:@"SECRET" onCompletion:^(NSString *response, NSError *error)
show as 'transactionReceipt' is deprecated: first deprecated in iOS 7.0
saturngod commented
yes. It's deprecated. Please use
[NSData dataWithContentsOfURL:[[NSBundle mainBundle] appStoreReceiptURL]];