I've searched this for a while, but I cannot find a clear guide with what SDK to use and what steps to follow. It seems I should first register my usage in Info.plist, and I can use something like NSTimer to achieve it. Is this correct?
Some material mention only specific type app can enable background service for a long time. My app is not in those types, but I think it's not a problem if I'm not going to submit it to AppStore? In info.plist can I register the usage as any type in my case?
Thanks!
Further information if needed: I'm working on a heath care app. Now it simulates the health care sensor using pre-stored sensor data, so it needs to continuously (a least per second) read the data even when the program is in the background (so that it can respond when sensor identifies abnormal situation). It's just a prototype app, so consuming resource is not a problem.