I have seen some things about Apple rejecting your app if you don’t offer a “restore purchases” option. I have never seen this in an app, but granted I don’t do much in-app purchasing myself. My question is, how are you guys implementing this? Not the code to do it, but where do you put the button? Do you just put a “Restore In-App Purchases” button in some random place in your app? Or do you wait for them to make a purchase and then somehow check if they’ve made purchases and offer them the option to restore everything?
Any examples of this in other apps is appreciated too.
Most apps I have seen with this put it in the accounts section of app settings. Since it is usually related to purchases made on your account within the app, I feel this would be the best place and most likely place users of your app would check, if such a feature was ever needed.