Jean-Christophe Hoelt

Results 90 comments of Jean-Christophe Hoelt

_Note_, a side effect of this PR is also to stop defining `setImmediate()` globally when it's not already defined.

It's on macOS 11.5.1, same machine for building and running. I tried the Full Disk Access trick just in case, didn't do anything... I have no idea how to debug,...

> Are you just using the full AIR SDK on its own Yes, full AIR SDK, on its own. `33.1.1.633`. To compile the SWF, we're using `mxmlc` on the command-line...

@msmtamburro - I'm stuck with a project where I need to use an SDK distributed only with SPM. What would be the "complicated way" to install this SDK until proper...

Thanks, for later reference, the SDK being open source I included all source files and assets and packaged them with the `plugin.xml` as suggested. This solution works but does require...

I stumbled a case were this feature seemed to be required. The solution is quite simple though (setting `onload` in the plugin.xml as explained below). I'm writing it down here...

When using a validator, `owned` depends on the result of the validator. If not, ownership cannot be determined on Apple devices (because the expiry date isn't made available locally). Purchases...

Notice that this is well tested, maybe you could try first with using a validator (which is more than recommended with subscriptions)... You can try with https://iaptic.com first if that...

@richso Can you share some logs and relevant source code, thanks.