Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AppmethodCode SnippetDelphiFiremonkeyIOS

Disable The IOS Device Idle Time Out In Your Delphi XE5 Firemonkey App

Delphi XE5 Firemonkey Sleep TimeoutIf you are doing any background tasks in your Delphi XE5 Firemonkey app on IOS you may run into the problem of your IOS device going to sleep and pausing your app. There are a few different terms for this like idle timer, wake timeout. sleep, idle timeout, etc. There is a simple IOS API call which will allow you to disable and enable the idle timeout. Malcolm Groves has a blog post which highlights how to access this API call within Delphi XE5 Firemonkey. The property is called idleTimerDisabled in the IOS SDK. It’s use is as simple as calling setIdleTimerDisabled(True); from the UIApplication interface. I used this API call to disable the idle timer when I was downloading a bunch of items from the web in a background queue. When my queue was complete I enabled the idle timer again.

Check out the full blog post from Malcolm and see his example source for idleTimerDisabled.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiDemoFiremonkeyIOSLinuxOSXWindows

Bring OpenAI Agents, Vision, Audio, And Realtime AI To Firemonkey

DelphiIDEWindows

Add AI Pair Programming, Refactoring, And Multi-LLM Workflows To RAD Studio

DelphiDemoFiremonkeyLibraryWindows

Bring OpenAI, Local LLMs, And AI Assistants To FMX Apps

DelphiFiremonkeyLibrary

DelphiGemini Brings Native Google Gemini AI Integration To Delphi

Sign up for our Newsletter and
stay informed
[mailpoet_form id="1"]

Leave a Reply