Nan

Results 266 comments of Nan

Can you also let us know what devices this is happening on? I only see one person mention iPhone emulator.

Hi @terreng, I see, thanks for your feedback, and I understand the issues here better. The crux of the problem is that on cold starts, the SDK defaults `OneSignal.User.pushSubscription.id` to...

Hi @kpturner thanks for your question, > It might be easier if you tell us (or point to the documentation that tells us) when the correct time is to add...

Hi everyone, the latest release [Release 5.1.0](https://github.com/OneSignal/OneSignal-Cordova-SDK/releases/tag/5.1.0) contains 4 new async getters that will return accurate data. It is recommended to replace your older non-async getters with these new ones:...

Hi @EinfachHans, > One question: What can be the reason for the push subscription id to be null? The push subscription ID can typically be `null` on new app installs...

@EinfachHans This can be as expected depending on when you get the subscription ID. On the first app open of a new installation or re-installation, there is no local SDK...

Hi everyone, since you are using one of our cross-platform SDKs, this is a misleading error message that prints from the integration of our cross platform SDK with our native...

Hi @kpturner, we have implemented a fix for `requestPermission` that will be in the next release. However, I am concerned about this: > You cannot even condition the call to...

Hi @kpturner, just in your own testing if this was the case 100% of the time? I most recently tried to reproduce in an Android emulator Nexus S API 33...

Hi @kpturner, It may be related to the HMR so your `addEventListener` is actually getting called multiple times. You can add some kind of log before you call `addEventListener` to...