B4i Tutorial Background Fetch (Downloads) - Erel    May 3, 2016   (4 reactions) Background fetch feature allows applications to run for a short period of time (up to 30 seconds) while in the background.
The steps required to use this service are:
1. Add the fetch mode... B4i Question BLE and Background Fetch - Filippo    Jul 31, 2025 Hi,
can you use "Background Fetch" with BLE to receive data in the background for a short period of time?
If so, how does it work?
Thank you in advance for your response.... B4i Question Some questions about Background Fetch - susu    Jul 30, 2015 Hi,
My app used Background Fetch to get "Deal of the Day" info from my server. If... As NativeObject = App
no.RunMethod("setMinimumBackgroundFetchInterval:", Array(5)) '5 seconds
End Sub
Private Sub Application_FetchDownload
Dim Job1 As HttpJob
Job1.Initialize... = no.GetField("delegate")
no.RunMethod("completeFetch:"... B4i Question Is Background Fetch still available? - aminoacid (first post)    Nov 5, 2024
Background fetch should still work. You need to store the counter value in a file and load it each time that the app starts.
Yes, it does work. Sorry I forgot to update this thread. Since I posted this, I received 22 notifications (the counter does increment) over a period of 5 days... B4i Question Backcground Fetch ? - aminoacid (first post)    Nov 1, 2024
3. Set the minimum interval (measured in seconds) with this code:
B4X:
Dim no As NativeObject = App
no.RunMethod("setMinimumBackgroundFetchInterval:", Array(0)) '0 = minimum interval
but:
https://developer.apple.com/documentation/uikit/uiapplication/1623100-setminimumbackgroundfetchinterva
I'm surprised no one's paid attention to your post!
I'm working from... B4A Library [B4X] KVS - KeyValueStore library - Erel    Jul 21, 2021   (30 reactions) .dat") kvs.Put("time", DateTime.Now) 'fetch this value Log(DateTime..., xui.LoadBitmap(File.DirAssets, "smiley.gif")) 'fetch a bitmap ImageView1... B4i Question Fetch download is not working for me - Humberto (first post)    Feb 26, 2018 After more than one hour that both phone ( 4S and 6 ) is connected to power I received 3 times whith... B4i Question Background fetches - how to stop them? - martin24 (first post)    Jul 28, 2017 Perfect. Thank you very much!... B4i Question background fetch - Erel (first post)    Dec 6, 2015 You need to use a push solution for that.... Wish IOS7 BACKGROUND MODE FETCH Programming - Erel (first post)    Jul 9, 2015 Tutorial about this feature: https://www.b4x.com/android/forum/threads/background-fetch-downloads.56022/... Page: 1   2   3   4   5   6   7   |