iphone: Parsing while the app is closed. -


I'm developing an iPhone app that needs to be parsed data from the server. Parsing is fine. However, when the app is closed I need to show a change in position with the badge. When the app stops, I can not parse and therefore the badge is not visible. How to parsing the app off?

You can not, you will be able to start background progression for parsing, but not me Looks like you'll be able to update app badges

Look at the documentation on background code execution:

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -