Reputation: 654
I have implemented consumable in-app purchase in my iPhone application.When user install and then uninstall the application, his purchases are maintained by my server.
So my question is that if I have to put restore purchases button in my application??? Or it will ok that in-app purchases are handled by my server.
My application is based on 1 year subscription plan. After expiring the time period, it will again prompt buy add-on message.
Upvotes: 0
Views: 289
Reputation: 1482
1)No need to put restore purchases in your application. It ll only use in non consumable in-app.
And as you said subscription, than you have to use subscription in - app. And in it you have to use it. Below links will help you to restore in-app 1) Apple Documentation 2) stackOverflow 3) stackOverflow -2
Upvotes: 1