ios 8 periodic background process even after app termination
问题 NOTE: This app I am working on is completely for my own usage and will not be on app store so please don't give answers referring that. I want my app to do some process in background or after termination (double tap the home button and swipe the app from applications multitask) every few minutes. The process is very very light and quick so it won't drain the battery. This process shouldn't require internet connection. I have seen some answers here like and I will explain what are the problems