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
Post a Comment