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

### What happened? I am having an issue where notifications are not being received on devices with Android version 13.0 API 33. Notifications work fine in all other android versions...

### How can we help? Hi, I'm using VS4Mac 2022, and integrated my xamarin project with Onesignal.SDK via v.9.0 documantation. I complated all set up but I'm getting error wgile...

### How can we help? I'm updating to 4.x and wondering whether `PromptForPushNotificationsWithUserResponse()` is equivalent for old `RegisterForPushNotifications()`. Upgrade docs doesn't mention it. ### Code of Conduct - [X] I...

### What happened? We are planning on switching from our custom Push Backend to OneSignal and one of the most important features for us is the possibility to send Images...

### What happened? Tested in OneSignalSDK 4.1.3 and 4.3.0. ITMS-90482 error occurs when I send the .ipa to Apple. The .ipa is reject and apple send the follow e-mail: "App...

Reproducible
iOS

### How can we help? Hello. I have a strange problem. Push notification working fine for a half year, now i would like add OneSignalNotificationServiceExtension. I read the tutorial much,...

### What happened? com.onesignal.GenerateNotification.getNewActionPendingIntent GenerateNotification.java, line 195 java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using...

### What happened? I am testing on my android phone and sometimes I found that OneSignal.Default.PushSubscriptionState.userId return null and I am not able to add tags to my subscription. ###...

### How can we help? What is the exact equivalent for 3.x's `InFocusDisplaying(OSInFocusDisplayOption.Notification)` in 4.x? Upgrade docs are a bit vague on this: _InFocusDisplaying - is replaced by adding NotificationWillShow...

### How can we help? Immediately after invoking OneSignal.Default.Initialize(), we wireup delegates for **NotificationWillShow** and **NotificationOpened**, however I'm only seeing **NotificationOpened** being invoked when I send test push notifications to...