简体   繁体   中英

IOS In-App Purchase

My IOS App have In-App Purchase build on it . the Problem is if you buy the app now and remove the app and want install it again you would have to pay again . even if you want to install the app on another device using the same App store account it ask you to pay again

is there anyone have such problem before and how top fix that ?

The StoreKit framework allows you to restore purchases for users without having to pay multiple times for a purchase.

Look at the Store Kit documentation for Restoring Transactions.

The restoration process requires the user to log in with their iTunes Account, so that the system knows their purchase history.

As long as you implement the restore process and provide a UI for a user to do so, you users should never have to pay more than once for a purchase within your app, even if they uninstall the app and reinstall it on a different device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM