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

Fix iOS crash with NotificationWillShow delegate on 4.0.0 #259

Closed jkasten2 closed 2 years ago

jkasten2 commented 2 years ago

Description

Fix "attempting to JIT" crash on notification received. Added required [BlockCallback] to OSNotificationWillShowInForegroundBlock to fix. This is prevents the following error:


This change is Reviewable