Unable to receive Push Notification messages when the MobileFirst app (Android) is stopped -


i have implemented push notification feature in mobilefirst android app. however, find app cannot receive push notification messages if app stopped. app run again, missing message not receive.

i have read other articles similar issue in stackoverflow or other websites. however, cannot find solution case.

it if clarify mean "stopped".
stopped in swiped out applications view, or forced-stopped application settings.

force-stopped applications (via settings >> applications >> your-application >> kill app) no longer receive notifications, (android) design.

this because intent service handles received notifications has been killed due force-stopping.

this unlike closing application swiping out, not kill intent service app continue receive notifications if not running (because intent service still running).


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -