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 happened? The application crashes whenever it receives a notification when it is in the background. ### Steps to reproduce? ```Markdown 1. Launch the application. 2. Minimize the application....
### What happened? The application crashes whenever it receives a notification when it is in the background. ### Steps to reproduce? ```Markdown 1. Launch the application. 2. Minimize the application....
### What happened? I am trying to get subscribed users' userId from the PushSubscriptionStateChanged action. ``` OneSignal.Default.Initialize(OneSignalAppId); OneSignal.Default.PushSubscriptionStateChanged += OnPushSubscriptionStateChanged; ``` On iOS everything is fine but on Android, this...
### What happened? After first launch of application device correctly registered in OneSignal dashboard and subscription status comes to "Subscribed" (check mark). Then I closed the app and try to...
### What happened? Crash happened don't know how to fix it. Can't reproduce on my end. ### Steps to reproduce? ```Markdown 1. install OneSignal 3.0.11 SDk for unity ``` ###...
### What happened? Stack Trace of ANR from the Google Play console. ANRs happen on different devices randomly ``` ANR: Input dispatching timed out (2baa73d com.crispapp.seekandfindgames.hiddenhotel/com.unity3d.player.UnityPlayerActivity (server) is not responding....
### What's on your mind? Where can I find how to send push notifications? No tutorials, no examples, nothing regarding sending pushes from the app. I can find examples for...
[question]: OneSignal 5.0 iOS PushSubscription.Id crash and PreventDefualt still displaying on iOS
### How can we help? General question is: how do I initialise OneSignal Unity SDK properly on iOS, in version 5.0.0? I'm using OneSignal for pushes only. What I'm currently...
### What happened? After updating to latest version 5.0.1 i get this error The property or indexer 'OneSignal.Default' cannot be used in this context because it lacks the get accessor...
### What happened? Hello. When following documentation for Huawei Unity SDK Setup, unable to build apk from Unity due to build errors FAILURE: Build failed with an exception. > Where:...