Hoang Tuan Anh

Results 4 comments of Hoang Tuan Anh

I fixed this problem a few days ago :)) May be because you use the function: [[IAPShare sharedHelper] .iap checkReceipt: [NSData dataWithContentsOfURL: [[NSBundle mainBundle] appStoreReceiptURL]] AndSharedSecret: SharedSecret onCompletion: ^ (NSString...

@leewaycn you use swift language ?. I also get the same message from apple for the application that uses the swift language. App that uses the Objective-C language is fine.

Hi @PasqualePuzio You can use try function and need to edit this function in the library. typedef void (^checkReceiptCompleteResponseBlock)(NSDictionary* response,NSError* error); `- (void)checkReceipt:(NSData*)receiptData AndSharedSecret:(NSString*)secretKey onCompletion:(checkReceiptCompleteResponseBlock)completion { self.checkReceiptCompleteBlock = completion; NSError...

I used this way to check subscription is expired or not. https://stackoverflow.com/questions/5120177/how-to-check-in-app-purchase-auto-renewable-subscription-is-valid