Thursday, 15 March 2012

ios - Consistent background fetch in iOS7? -



ios - Consistent background fetch in iOS7? -

i wondering if possible consistently update info app every 60 seconds.

i have next code right now:

nstimeinterval testtime = 60.0; [application setminimumbackgroundfetchinterval:testtime];

however when testing on simulator, app grabs info upon install, , doesn't else. web searches tell me ios determines when trigger background fetch.

that beingness said, there anyway consistently have background fetches occur user? say, every 1 minute? app's big selling point depends on latest date information. think it's possible, apps gmail,twitter, snapchat checking new data...

thanks

there no way accomplish using background fetch. can forcefulness behavior using force (silent or otherwise), sending force message each device 1 time every period of time.

allow me say, terrible design. polling terrible design mobile apps. should implement proper force notifications, notifying user of new content, , loading in background os deems possible.

ios iphone cocoa-touch ios7 fetch

No comments:

Post a Comment