Use of Standard location service for tracking traveled distance in a foreground/background app

孤者浪人 提交于 2019-12-04 16:51:43

since you are asking many questions which you shoukd not do here, i cam give you only aswrs to a part of it.

if the app is terminated, then you cannot restart it anymore. This is usually the case when the user terminates the app.
Dont worry Apple ( ios) will not terminate your app. your app will not use much memory, games with huge bitmap graphics are more likely to be termin.

  1. evry gps app will drain the bat. that is not a reason for not aproving.

  2. suspended means that app is not in background mode, it is sleeping. you will not receive Gps, so there is no need to call you on terminate. you have to save data before, see the apple docu on background modes and app life cycle.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!