-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I killed app, can I recieve the notification? #74
Comments
@tonywya The following troubleshooting guide covers all the cases where a notification may not show. Please provide more details about about which platforms, versions, and logs if the above does not solve your issue. Thanks. |
Hi, My test device is Huawei Honor6, Emui3.1, Android5.1.1. W/GCM-DMM ( 6345): broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.myPackageName.google (has extras) } It seems that the service is shutted down, is there any way to restart the service again? Thanks. |
@tonywya Since the device force killed your app most intents such as a push won't be able to start your app again until the user opens your app again. On most Android devices swiping a way the app does not put it in to a force closed / force killed state. However Huawei devices before EMUI4.1 are one of the devices know to do this. See this OneSignal's blog post on a list of devices that do this and what settings can be changed to prevent this issue. |
thanks @jkasten2 , but i mean manually kill the app not automatically killing background apps |
@tonywya I guess it won't be possible using this SDK |
Hi,
Is there any way to receive notification when the application is force killed?
Thanks.
The text was updated successfully, but these errors were encountered: