Hello,
I have a quick question about restoring previously purchased in app purchases. Since this is a requirement by apple to have a restore button, what would the correct way of doing this be? I read somewhere that the command GetInAppPurchaseAvailable will do this.
However this command will return 0 if you are not logged in. The problem I am having is that you cannot "officially" log in with a test user account. so I have no way of knowing if it will work in the final release.
I know TGC has been using the in-app purchase commands, would it be possible if I could get a code snippet demonstrating a restore of previous purchases? Or is the way I am currently using ok?
the way I am using currently is ...
check if user presses restore button
call command GetInAppPurchaseAvailable
if the result is > 0 write the result to file for saving
Thank you for your time