OneSignal-Xamarin-SDK icon indicating copy to clipboard operation
OneSignal-Xamarin-SDK copied to clipboard

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com

Results 41 OneSignal-Xamarin-SDK issues
Sort by recently updated
recently updated
newest added

# Description ## One Line Summary Implemented a fix for the InvalidCastException noted in issue #311 ## Details ### Motivation This update was made to fix SendTags throwing and InvalidCastException...

**Description:** Intermittently we see this error " "Java.Lang.RuntimeException: "Unable to instantiate receiver com.onesignal.GcmBroadcastReceiver:java.lang.ClassNotFoundException:Didn't find class "com.onesignal.GcmBroadcastReceiver" on path:DexPathList (your description here) **Environment** 1. Project with OneSignalSDK.Xamarin 4.0.0 2. Xamarin Forms...

**Description:** I try to implement Android Notification Extender Service to change payload as it is described at https://documentation.onesignal.com/docs/service-extensions#notification-extender-service and also using this snippet https://github.com/OneSignal/OneSignal-Xamarin-SDK/issues/123#issuecomment-447792361 ``` [Service(Permission = "android.permission.BIND_JOB_SERVICE", Exported =...

**Description:** I am seeing consistent ANR on tap of push when app is in closed state. In every 2nd/3rd push tap ANR is thrown **Environment** OneSginal Xamarin SDK to 4.0.0-beta...

Possible Bug
Need More Information

**Description:** When I run the app I can receive the notifications correctly, in foreground and in background, no issues there. But when I don't use the phone for some time...

Possible Bug

I propose to make the methods used to convert the native variants of OSNotification, OSNotificationOpenedResult, etc. to their abstract counterparts available as extension methods. I needed this functionality when implementing...

**Description:** Hello, in our application uses this library, to use Push to send on Android. It turns out that even with the updated libraries in our environment, we are receiving...

Compatibility Issue
Not OneSignal

I am working with Xamarin.Forms Onesignal SDK and I am able to get Push Notification in iOS and Android both. When I receive 4 notifications and more, they are grouped...

Medium Priority

Some times a `InvalidOperationException` is thrown in `GetTagsAsync` (confirmed on Android). The cause is likely, that the callback passed to `GetTags` is called more than once under some circumstances and...

Medium Priority

### What happened? My app is getting crashed when receiving a notification with `java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process xxx. Make sure to call FirebaseApp.initializeApp(Context) first`. Here...