Realist - 2014-02-04

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