In an app that is free, but has in-app subscription purchases I would like to开发者_如何学JAVA allow a user with a paid subscription to receive x number of free months on top of the paid subscription
I am using in App purchases in my application. I am sending a request to the server for verifying the transaction receipt for the purchased product using the following method:
I implemented in app purchase in my app and released. But I failed to purchase product in my app SOMETIMES (not all time).
开发者_运维技巧I am trying to test In-App purchases for MacOS. After entering the test user credentials, the App Store complains: \"Current receipt invalid or mismatched ds person id.\" and the purcha
I\'m creating my second app with In App Purchase. Everything went great with the first app and it\'s up in the app store, however with the second app when I call [SKPaymentQueue canMakePayments] I\'m
I\'m trying to implement Auto-Renewable subscriptions in my app and having a problem: it looks like restoreCompletedTransactionsrestores transactions only from the last call of restoreCompletedTransac
I have an ad-hoc deployment of my iOS game, which includes in-app purchase. It is correctly set up with a purchasable item on itunes, and I have test users on itunes. I am able to successfully test it
I have this app setup with开发者_开发知识库 in-app purchase. If I am logged in on iTunes with my regular account, when I run the app and tap to buy an item in my app, it works, it asks me if I really
When selling a non-consumable item through in-app purchase on iOS, the restoreCompletedTransactions method is provided so that you can retrieve all of the purchases a user has made in the past, which
I can\'t find the answer on the following questions in Apple\'s documentation, so perhaps someone around here can tell me.