Search code examples
iosin-app-purchasein-app-billing

How to make IAP available on all devices?


My app provides an in-app purchase to get some news alerts as push notifications. Push notifications should be delivered to all devices associated with the same Apple ID that is used to purchase.

Currently I thought of putting a button on the "settings" screen to restore in-app purchases to check if the feature is purchased in another device.

Is there any better way to handle this task? If so, any tips/suggestions would be highly appreciated!


Solution

  • The restore purchases option is the correct choice, and probably ought to be there in case the user deletes and reinstalls the application.