how to get info about an product for in app purchase like wether item is consumable or non consumable etc ? SKProduct give me only productidentifier ,price , title and localized title etc ?
Share
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.
Since you (as the developer) define which products/items can be “restored” then you should already know if it’s a consumable (non-restorable) or non-consumable (restorable) item.
If needed you can make a call to restoreCompletedTransactions to get back information on all non-consumable items the user has purchased (for example if they’re running the app on a new phone).