Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Creating Mobile Application Projects | Coding a Mobile Application | Location API | Location Updates in Background Mode
 
Location Updates in Background Mode
To receive location updates in background mode, you must enable them explicitly using the following Ant property:
<property name="project.handset.background.location.updates" value="true"/>
Note:
Android 8.0 (API level 26) and later limits the amount of updates in background mode to only a few updates per hour.