Closed Prefix1802 closed 5 years ago
Hi Guys and Ladies,
Can someone maybe explain why geolocation.enableLocationRequest(true) does not work?
I want my app to have access to location "Always", not "While using the app".
Edit: I found a pull request: https://github.com/NativeScript/nativescript-geolocation/pull/217. My guess is that this master source is deprecated with regard to my question.
With kind regards,
Prefix.
Hi,
I fixed this by adding key:
to App_Resources/iOS/Info.plist.
Thanx to pull request #217.
Hi Guys and Ladies,
Can someone maybe explain why geolocation.enableLocationRequest(true) does not work?
I want my app to have access to location "Always", not "While using the app".
Edit: I found a pull request: https://github.com/NativeScript/nativescript-geolocation/pull/217. My guess is that this master source is deprecated with regard to my question.
With kind regards,
Prefix.