debug property
Configure the plugin to emit sound effects and local-notifications during development.
Defaults to false
. When set to true
, the plugin will emit debugging sounds and notifications for life-cycle events of BackgroundGeolocation.
iOS
In you wish to hear debug sounds in the background, you must manually enable the background-mode:
[x] Audio and Airplay
background mode in Background Capabilities of XCode.
Debug Sound FX
Implementation
bool? debug;