istornz / iPokeGo

A native iOS client to map the Pokemon around you!
https://github.com/RocketMap/RocketMap
MIT License
642 stars 168 forks source link

Backgrounding support #113

Closed parrots closed 8 years ago

parrots commented 8 years ago

We can't use apple's Background Refresh, so we need another method to keepalive that isn't killed by the system. Here's my proposed solution. It's a hack, but for high-frequency checking on a server, I can't think of another way around it.

istornz commented 8 years ago

Great idea, I'm gonna to test this system for a long time with "Instruments". Thanks again for your hard work and your optimization, It's very appreciated !