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
DelphiDemoFiremonkeyLibraryShowcaseWindows

Run Large Language Models Natively In Object Pascal

Code SnippetDelphiDemoLibraryShowcaseWindows

Windows CLI To Download, Manage, And Chat With Local AI Models

DelphiDemoOSXWindows

Download, Run, And Chat With Local LLMs On Windows And macOS

Code SnippetDelphiDemoWindows

Build Local Vector Search And RAG Applications In Delphi

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

Leave a Reply