rmitev Member Licensed User Longtime User Dec 8, 2023 #1 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: setMinimumBackgroundFetchInterval(_:) | Apple Developer Documentation Specifies the minimum amount of time that must elapse between background fetch operations. developer.apple.com
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: setMinimumBackgroundFetchInterval(_:) | Apple Developer Documentation Specifies the minimum amount of time that must elapse between background fetch operations. developer.apple.com
aminoacid Active Member Licensed User Longtime User Nov 2, 2024 #2 rmitev said: 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: setMinimumBackgroundFetchInterval(_:) | Apple Developer Documentation Specifies the minimum amount of time that must elapse between background fetch operations. developer.apple.com Click to expand... 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
rmitev said: 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: setMinimumBackgroundFetchInterval(_:) | Apple Developer Documentation Specifies the minimum amount of time that must elapse between background fetch operations. developer.apple.com Click to expand... 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.