Tagged Questions
1
vote
0answers
279 views
in-app purchase works fine the first time but if I try again it executes code several times
The first Time I buy the 3 hints it works just fine, If I try to use it a second or a third time it keeps saying "You have purchased 3 Hints!" several times and I can't find what's wrong with it
...
0
votes
0answers
1k views
How to verify in-app purchase receipt?
I am trying to verify my IAP receipt with the following code, but it's not working:
- (void)completeTransaction:(SKPaymentTransaction *)transaction {
NSString* receiptString = [self ...
3
votes
1answer
1k views
Online receipt validation for in app purchases for MAC
For in-app purchases for iOS we can use online API for validation - ...