Josh
Josh
Re: "Uncaught SyntaxError: Unexpected token (" in bundle.min.js I'm having the same issue here in my ReactJS project. It's only on the production build (dev is fine). As well, no...
Same issue here. It just started after we transferred a project from one organization to another in expo. We now have two tokens for each user and both are valid....
> but I don't think there is any reason to retain and use more than one _per device_ for a given app regardless. The per device part is the trick....
> @theorytank for IOS [`Application.getIosIdForVendorAsync()`](https://docs.expo.dev/versions/latest/sdk/application/#applicationgetiosidforvendorasync) and for Android [`Application.androidId`](https://docs.expo.dev/versions/latest/sdk/application/#applicationandroidid) @Codelica - thanks so much. Do these require extra permissions in the app like the advertiser id, etc? And any idea...
> Maybe we should instead use the [native device push token](https://docs.expo.dev/versions/latest/sdk/notifications/#getdevicepushtokenasync-devicepushtoken) as a unique id? @amagnolo I actually tried that and so far consistent, however I'd really like to figure...
I was having the same issue when requesting the payload from a async job. The response from $job->getUrl() returns a URL that you are probably passing directly to the gzfile()...