Is there anyway when an IAP is finished (buyer pays) that a server could be notified about the buying?
I need this to check IAP in the device agains my server data base to really check the user did not modify my IAP local data.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no built-in way to get notification to your server about IAP. Howver, After IAP succeeds in your code, you can post the success information to your server. Apple does not do it for you.