Marcel Schürmann
Marcel Schürmann
@breautek Thanks for your reply. In the emulator there is no error so I see no log in the Safari Web Inspector. Is the inspector also accessible on real iOS...
**`product.owned` is still always `false` for a subscription on iOS.** If I successfully buy a subscription, then close the app and reopen it. The `store.when().productUpdated(...)` event shows product.owned = false....
@j3k0 thanks for the input. I use the official code from iaptic for cordova for v13: https://www.iaptic.com/documentation/setup/cordova **official code:** ``` store.when() .approved(transaction => transaction.verify()) .verified(receipt => receipt.finish()) .unverified(receipt => console.log('receipt...
For me it was a problem with the modals (windows) loading in the back. I had to destroy them - not only hide. Hope it helps.
I had to do something like this for iOS order to work - maybe it helps: ``` //get IAP product ... // get IAP offer var IAPOffer1; if (devicePlatform ==...
> :getURI() What about this error? Are there any solutions for J4? Anyone has a successful implementation? What I found (fixing Type 500 Errors): - Factory::getURI() error: Factory:: getUri has...
To temporary fix this I can **set rate limit to 0** (in backend > API > options). Now I get following **new 500 Error** when using a POST (write) API-Call:...
@UmeshBhosale Thanks for the feedback. I will make a ticket for further / bigger problems. In the meantime I could fix following error: `__clone method called on non-object` By converting...
Any news here?
For me after going to "requested" state it is stuck at "initiated" state and going back to "valid" state even in the sandbox version. It was working once in sandbox...