my app reject reason “Restore Button On In-App Purchase”
how can add this button i use MKSKProduct v.4.0
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically, if you have IAP within your app (that has products that can be restored), then you need to provide the user the ability to restore their original transactions (for example, if they buy a new device).
You don’t need MKStoreKit to do this, simple StoreKit will do the trick. Create your button where you need it to be, and hook it up to this method:
Check the documentation of
restoreCompletedTransactionson Apple’s website.