Hi guys
I want to know is there any way of being able to do something when app is suspended, for example app is uploading something to server now, and user susspends the app, i would like for upload to finish and push local notification about it finishing. Local notifs and upload is not problem, that is solved, but I can’t d anything when app is suspended… please help
When your app is suspended it is not allowed to execute any code. Â You need to save state on whatever your app was doing and on restore then continue whatever your app was doing pre-suspend.
So is there any way to somehow show upload progress in notif bar or something?
When your app is suspended it is not allowed to execute any code. Â You need to save state on whatever your app was doing and on restore then continue whatever your app was doing pre-suspend.
So is there any way to somehow show upload progress in notif bar or something?