Gary

Results 5 comments of Gary

My problem is different now, basically there is a scenario where: 1. User has my app already installed, ATT is disabled 2. User now enables ATT, opens app 3. In...

I'm experiencing this issue now regardless, on XCode + iOS Simulator at least. This is a bit of a pain and I have no idea why the callback doesn't call....

Here's the code I had: AppsFlyer version = 6.26 XCode 12.5, but also not working for someone else on 12.4 I've attempted putting `appsFlyer.onInstallConversionData(res => { ... })` at the...

@Hardlygo I also did not find any clear instructions on how to get the whole Javascript debugging thing working, and I am not super familiar with VS Code to know...

@sbussard If you run `yarn dev` in `demos/js` directory (which just does a `tsc --watch`), it'll generate `*.js` files under `demos/js/dist`. Maybe that will work for you