saturngod/IAPHelper

transactionReceipt

Closed this issue · 1 comments

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

yes. It's deprecated. Please use

[NSData dataWithContentsOfURL:[[NSBundle mainBundle] appStoreReceiptURL]];