KmpEssentials is a library that contains apis (40+ Modules) to accelerate your development. Everything from managing the Battery, File System, getting Package information, or taking Photos. Supports iOS, Android & AppleWatch
MIT License
169
stars
2
forks
source link
[Docs] Missing permissions from iOS setup on Geolocation #6
For the Geolocation & Geofencing setup on iOS you're only providing the NSLocationWhenInUseUsageDescription key, but you need to provide two:
<key>NSLocationWhenInUseUsageDescription</key>
<string>Your location is needed to show nearby events.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Your location is needed to provide real-time updates even when the app is not active.</string>
Hey!
For the Geolocation & Geofencing setup on iOS you're only providing the
NSLocationWhenInUseUsageDescription
key, but you need to provide two:https://thearchitect123.github.io/ArtifactsDocProduction/develop/kotlin/multiplatform/kmpessentials/modules/geolocation