When user re-buy in app purchase, the paymentQueue::updatedTransactions should be called by iOS ?
The situation is :
if the user re-buy product, nothing is being called in code, so I can’t “open” the content to full version.
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.
paymentQueue::updatedTransactions should get called. If product is non consumable or auto-renew able subscription then apple will not deduct money and transaction will fail. So for non consumable product OR auto new subscription you have to restore transaction.
For subscriptions and consumable product you have to handle it.
I am not sure weather I am solving you problem or not. So please post some code or some more details if you need further assistance.