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? The problem appeared after updating to Xcode 14.0.1 The App Store rejected the build and sent an email with the following content: Dear Developer, We identified one...

**Description:** I followed the documentation to make Xamarin.Forms OneSignal notification app targeting Android. In release mode, it works well, I receive push notification message (I tried it using tags), but...

### How can we help? Just looking to upgrade our notification process, and considering moving from azure notification hub to one signal. How long does it take for devices to...

### How can we help? please help me about osdevicestate ### Code of Conduct - [X] I agree to follow this project's Code of Conduct

### What happened? When i try to initialize the SDK, in IOS device, it doesn't work and i see inside Onesignal.default variable this: Object reference not set to an instance...

# Description ## One Line Summary Add an easy way to use the OSRemoteNotificationReceivedHandler interface to replace old NotificationExtender in Xamarin . ## Details Usage in xamarin project: In manifest:...

Fix issue with response time action failing - - - This change is [](https://reviewable.io/reviews/OneSignal/OneSignal-Xamarin-SDK/382)

### What happened? I create a new project of type .NET Maui, install the component OneSignalSDK.DotNet from Nuget, and then when compiling the following error is generated: /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7099/targets/Xamarin.Shared.Sdk.targets(3,3): Error: clang++...

### What happened? I am currently trying to upgrade from 3.10.6 to 4.1.3. So far we have always called: ``` Com.OneSignal.OneSignal.Current.SetExternalUserId(Application.User.PushUserId); Com.OneSignal.OneSignal.Current.DeleteTags(new List() { "pushuserid", "Database", "Version"}); Com.OneSignal.OneSignal.Current.SendTags(new Dictionary() {...

Medium Priority
Bug
Android
iOS

I am experiencing an issue with the grouping of notifications. We are sending notifications to devices using the OneSignal API, which includes headings, contents, android group, and android group message....