OneSignal-Unity-SDK
OneSignal-Unity-SDK copied to clipboard
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Unity app with OneSignal. https://onesignal.com
### What's on your mind? In OneSignal started from version 3 UnityMainThreadDispatch uses when we call OneSignal.Default.GetTags() in Android platform. The problem is that context getting with [RuntimeInitializeOnLoadMethod] attribute. According...
### What happened? In callback method i use `UnityEngine.Application.version` which requires to be called on main thread. I suggest to dispatch onesignal callbacks in unity to main thread. Or update...
This change is [](https://reviewable.io/reviews/onesignal/onesignal-unity-sdk/547)
### What happened? The 'NotificationOpened' event is not invoked when a remote push notification is opened on Huawei devices. Thus, neither additional data nor launch URL can be received. In...
### How can we help? I've lately updated the onesignal sdk from 3.0.6 to 5.1.4 (installed from the asset store), running unity 2022.3.21. in a large portion of android devices...
### What happened? In the latest version of the SDK, it is not possible to build IPA for IOS  ### Steps to reproduce? ```Markdown Install SDK Build for Xcode...
## Notice As we continue to improve our systems with the new User Model updates, we found a bug in our Android SDK 5.0.0 to 5.1.6 versions that is causing...
### How can we help? Hey, Got some problem Calling logout and reciving something like that Must call 'initWithContext' before 'logout' java.lang.Exception: Must call 'initWithContext' before 'logout' at com.onesignal.internal.OneSignalImp.logout(OneSignalImp.kt:423) at...
### How can we help? Just Checking if the behavior is correct. Using new 5.1.1 version of the SDK and Example app from git. On android 12 and bellow calling...
### What happened? The latest version of SDK cause crash in Samsung Device Galaxy A13. Error:- Caused by android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@e4bc233 is not valid; is...