saturngod / IAPHelper

No more maintenance for this repo. Please use the https://github.com/bizz84/SwiftyStoreKit
MIT License
1.55k stars 280 forks source link

transactionReceipt #12

Closed daveamison closed 9 years ago

daveamison commented 10 years ago

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 9 years ago

yes. It's deprecated. Please use

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