简体   繁体   中英

Silent Push notification when app is killed

在此处输入图片说明

I want to update status/flag without calling web service, so i implemented silent push but if app is killed then silent push will not updating my status/flag. Please tell me the other way to handle this situation.

If your app is killed, there is nothing you can do about that situation. Push will come through, but it won't automatically start the app and if its a silent push, well then you have zero chance of getting that app to start back up.

You can do one last call to a web service just before the app gets terminated - but you have seconds to do it, so not ideal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM