@joseanquiles Starting with Android 6 Google introduced a doze mode that can delay notifications around 15 minutes in some cases if the device isn’t used for a while. It will never prevent the notification from being delivered, it may just delay it.
Can you confirm this device is currently subscribed on the All Users page on the OneSignal dashboard? Try to mark it as a test device and send a notification to only that device so you can ensure the status is successful for it.
If the above looks good I recommend reviewing the guide below for debugging the issue on the device end.
@awkaw Could you post what device model you are testing with? Is it in the list in the link above? Can you also check the logcat for the entry the link lists as well?
The logcat entry below confirms your app was put in a force stopped state. This means most Android Intents (including FCM / GCM push) won’t be able to start the app on the device to process and display the push.
This is most likely due to the manufacture of that phone changing Android to force kill / stop apps after some time or from swiping the app away. We don’t have instructions for this specific brand so I recommend digging through the device setting and try disabling any battery saving options.
I recommend also trying to test your app on another device.
@joseanquiles Starting with Android 6 Google introduced a doze mode that can delay notifications around 15 minutes in some cases if the device isn’t used for a while. It will never prevent the notification from being delivered, it may just delay it.
Can you confirm this device is currently subscribed on the All Users page on the OneSignal dashboard? Try to mark it as a test device and send a notification to only that device so you can ensure the status is successful for it.
If the above looks good I recommend reviewing the guide below for debugging the issue on the device end.
@awkaw Could you post what device model you are testing with? Is it in the list in the link above? Can you also check the logcat for the entry the link lists as well?
The logcat entry below confirms your app was put in a force stopped state. This means most Android Intents (including FCM / GCM push) won’t be able to start the app on the device to process and display the push.
This is most likely due to the manufacture of that phone changing Android to force kill / stop apps after some time or from swiping the app away. We don’t have instructions for this specific brand so I recommend digging through the device setting and try disabling any battery saving options.
I recommend also trying to test your app on another device.