Skip to content

Android 12

zkovacs edited this page Sep 16, 2021 · 1 revision

Android 12 changes

With the arrival of the Android 12 several features of the SDK broke. Version 3.1.0 of the SDK fixes these problems. Here is a short list of what is affected:

Push sending

With the restrictions to the foreground services push messages can no longer start the application. We applied the required changes in the SDK so this feature keeps on functioning.

Geofence

Starting with Android 12 geofence now requires the coarse location permission to operate. For more information please visit this wiki page. Developer page on this topic: Documentation

Clone this wiki locally