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

HandleNotificationReceived not receiving anything when the app is closed in some devices #201

Closed felipechavez closed 4 years ago

felipechavez commented 4 years ago

Description: hi, i have this issue in some iPhone devices. Android is working perfectly. In iPhone 7 there is no problem with the iOS 13 version, but in iPhone 6 and iPhone XR doesn't working. Only fired up on the method HandleNotificationReceived when is in background and in focus, but not when the app is closed. It's weird. (your description here)

Environment

Xamarin SDK version 3.8.2, Nuget installed in the PCL and related projects (iOS and Android)

Steps to Reproduce Issue:

  1. Install the app via TestFlight in iPhone SE o iPhone XR
  2. Send a push notification with closed app
  3. I did not receive the push notification
felipechavez commented 4 years ago

Works when the devices are rebooted.