开发者_JAVA百科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.
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.
精彩评论