Hi Babak,
i must read in Background same small data from a TCP-Server. Currently i use UIBackgroundModes key with the location value and CLLocationManager. This work fine, but reduce the battery-lifetime. Is it possible to implement the new ios7 Background Fetch Mode? In other words, is it possible to add same functions (eg. setMinimumBackgroundFetchInterval) end Events (eg. performFetchWithCompletionHandler) to UIApplication, without any changes on IOSapi.Uikit.pas?
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Babak,
i must read in Background same small data from a TCP-Server. Currently i use UIBackgroundModes key with the location value and CLLocationManager. This work fine, but reduce the battery-lifetime. Is it possible to implement the new ios7 Background Fetch Mode? In other words, is it possible to add same functions (eg. setMinimumBackgroundFetchInterval) end Events (eg. performFetchWithCompletionHandler) to UIApplication, without any changes on IOSapi.Uikit.pas?
Regards