-
I am trying to initialise GPS, in Xamarin Forms App (on IOS 16.0 in simulator)
But when reaching await this.gpsmanager.StartListener(request); Anyone has idea what could be the problem? I have permission set in info.plist
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Secure store is used under the hood to make sure GPS auto-starts again until your code turns it off. If you are using anything with shiny in the simulator, you have to add the keychain entitlement and make sure your build includes it. |
Beta Was this translation helpful? Give feedback.
-
Updated entitlements.plist and included in build so now all works! |
Beta Was this translation helpful? Give feedback.
Secure store is used under the hood to make sure GPS auto-starts again until your code turns it off. If you are using anything with shiny in the simulator, you have to add the keychain entitlement and make sure your build includes it.