Customizations
Removing beacons support
Our Geo module includes beacon scanning functionality by default. While this feature works out of the box on iOS using CLLocationManager, it requires additional development on Android. For example, a foreground service is used on Android to ensure accurate beacon scanning when the app is running in the background.
If your app doesn’t require beacon scanning, you can opt out of this feature and ensure that no additional beacon-related dependencies are included in your build by adding the following to your gradle.properties
:
notificareBeaconsSupportEnabled=false
Native customizations
The customizations offered in our library are part of the native SDKs. For more information on what customizations are available, please take a look at the native SDKs documentation.