Nan
Nan
Hi @RogerBrusamarello @ChoyCheeWei @vasilich6107, please tell me more about what you are running into and what version of the SDK you are using.
Hi @BunnyBuddy and @felipecastrosales, I apologize for the delay, this is an xcode warning that can be ignored. Please see this answer by an Apple Developer Tools Engineer team member...
Hi @Eddayy, Is this the first time you are uploading with the OneSignal SDK? Have you succeeded before? I am confused by this error because the only call the SDK...
Seems like a false negative on Apple's app review. We can make the change, but I am surprised this hasn't been reported by anyone else before.
Hi everyone, I apologize for the delayed response on this repository. We have heard reports of issues after users update Xcode to 14.1, and this might be the same issue....
Apologies, the issue I was referring to earlier looked almost similar. However, in that scenario, the app **successfully builds** but crashes as the app is starting up. This is a...
Hi @GleidsonDaniel @Chayuan @macielrsf, Thanks for reporting, Did you try all the suggestions mentioned above, particularly: > Hi everyone, I apologize for the delayed response on this repository. > >...
Hi @szymonrybczak, Thank you so much for bringing this to our attention. It looks like there are some other updates around AGP and Java versions. We will have to test...
Hi @MuhammadAkbar6722, the general `getDeviceState()` method has been removed and the information has been split across namespaces. What information are you looking for? Please see the[ migration guide](https://github.com/OneSignal/react-native-onesignal/blob/major_release_5.0.0/MIGRATION_GUIDE.md) for all...
Hi @FazilMuhammed, If you are looking for the current device’s push subscription, information can be retrieved via: ```javascript const id = OneSignal.User.pushSubscription.getPushSubscriptionId(); const token = OneSignal.User.pushSubscription.getPushSubscriptionToken(); const optedIn = OneSignal.User.pushSubscription.getOptedIn();...