Reputation: 1066
We have a game on the AppStore that offers In-App, in out server we are detecting all the in-apps that the users make. But now we are detecting like 20-30 in-app per day that doesn't pay for it, we double check our code if the code that update our server execute in wrong screens, and the code its correct.
So I start searching and I found that there its a way to get free in-app with cydia, so I want to know if there is a way to detect if that in-app its genuine? I think I can't get the in-app ID from apple, but I don't know that if someone buy with a hack they get a ID for the in-app?
This is messing up all our DB because we don't know if the sells of our users are genuine or not, also after getting apple report I can't detect which of all the in-app are real and which aren't
Minimum I want to know in my server which one are real and which ones not
Any ideas?
Upvotes: 0
Views: 121
Reputation: 3765
You can verify your receipt with apple. See the following link: https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html
Upvotes: 4