I successfully implemented background fetches based on https://www.b4x.com/android/forum/threads/background-fetch-downloads.56022/
But how can I stop them?
A Google search shows that using the value UIApplicationBackgroundFetchIntervalNever will stop background fetches, something like:
[application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalNever];
How can I do this in B4i?
Thanks, Martin
But how can I stop them?
A Google search shows that using the value UIApplicationBackgroundFetchIntervalNever will stop background fetches, something like:
[application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalNever];
How can I do this in B4i?
Thanks, Martin