OneSignal / OneSignal-Xamarin-SDK

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
Other
104 stars 50 forks source link

Update iOS NativeConversion #276

Closed tanaynigam closed 2 years ago

tanaynigam commented 2 years ago

Description

One Line Summary

Implement a fix for iOS Notification open crash

Details

Motivation

Fixes #274. iOS apps would crash on notification open. implementing null checks and a little more robust notification to the Xamarin method

Test

Manual Testing

Test on an iOS device on opening notification received


This change is Reviewable