iOS Question Backcground Fetch ?

aminoacid

Active Member
Licensed User
Longtime User
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:


I'm surprised no one's paid attention to your post!

I'm working from the instructions in the original post (2016) and am having issues.
 
Upvote 0
Top