Hi,
I am running IOS application and running some test on the device and all works well regarding purchasing non-consumable products and also the restore() is working well. I tried to test the following scenario:
After installation of the app when no purchased was done at all and then call the stroe.restore() function - The problem that callback is not called (I assume because there is nothing to restore) which raise the following question :
- What really happened in IOS if trying to restore() non-consumable product but no purchased was done before 2) and how to hanndle this situation?
Thanks
Yuval