Restoring non-consumable first time without purchasing them in ios with codeless/code
(Unity IAP - Unity Learn)
and here it will return true if your id password is perfect it doesn’t check that you have reciept for this or not.
i’m using 2019.4.11f1 IAP(2.1.0)
Do you have a question for us? Restore is the process of obtaining the product again, perhaps on a second device that you own, AFTER you purchase it. Please provide the device logs, please specific is this is iOS or Android How To - Capturing Device Logs on Android and How To - Capturing Device Logs on iOS . I would not recommend Codeless in your situation, you’ll need to place Debug.Log statements in the code to see if ProcessPurchase is being triggered. Since you need to add code, then that defeats the purpose of Codeless. Please try with the Sample IAP Project here Sample IAP Project
Thank you for your replay but i figured out solution for this, i didn’t implement receipt validation on restoration thats why it return alway true on any id
1 Like