I just got three emails from players who have bought an ad removal in our game. This has worked perfectly for the last days, but now it seems like when trying to RESTORE the App Store can not be reached.
We are using a game version from last december… so my question: Are there any changes on the purchase code over the last months regarding iOS (universal) in-app and restore?
Anybody else experiencing this since today?
UPDATE:
It seems to happen when calling:
if store.isActive and store.canMakePurchases then --performWithDelay (120,\_G.store.restore,1) store.restore() end
the store.restore() is getting called, so it seems like store.isActive and store.canMakePurchases is checked correctly… but the restore() call is giving nothing back it seems.
What can cause this?