Reputation: 1
Are 'Restore Purchase' required for an app with auto-renewable subscription?
I don't see why, since if user just logs in with their credentials we can verify the subscription. Also if they change their phone. Can someone enlight if and why it's required?
Upvotes: 0
Views: 153
Reputation: 91
Yes, we can verify subscription using transaction history receipt. but after reset a receipt is not available. You need to restore Purchase for retrieving transaction which is already completed. So, you have to put Restore Button in UI.
Upvotes: 2
Reputation: 1060
As stated here, you have to show a restore purchase
button:
If your app sells non-consumable, auto-renewable subscription, or non-renewing subscription products, you must provide a UI that allows them to be restored. Your customers expect your content to be available on all their devices and indefinitely
Upvotes: 0