I’m having issues with in app purchases not making the transactionCallback when released to the store. I’m using build 2015.2669.
I’ve tested on my local device before submitting to iTunes and the sandbox environment works fine. I added multiple logs and it seems store.init and store.loadProducts is working. Once I call store.purchase or store.restore, the transactionCallback never gets called and so the user never gets what they purchased.
The code worked before both locally and when on the App Store (with an earlier daily build but I don’t remember which one), but checking the changes on the daily builds it doesn’t seem there was anything that would have addressed this. Is anyone else having this problem? Did something change with the way in app purchases work that would have broken my previously working code?
Thanks for any help.
UPDATE: I found that a new purchase does work but restoring does not work. When I called store.purchase on an already purchased item, it will try to restore the purchases but it doesn’t. Also store.restore doesn’t work either. Any ideas?