Skip to content

Commit 6997ac9

Browse files
authored
doc(geolocation): Remove outdated known issue (#512)
1 parent b3193f1 commit 6997ac9

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

packages/geolocation/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -126,26 +126,6 @@ The following are the properties of the options object that you pass to the geol
126126

127127
## Known issues
128128

129-
### Version conflicts with Google Play Services
130-
131-
If you have installed multiple plugins that use the Google Play Services you might run into version conflicts. For example, you may encounter the error below when using the [nativescript-google-maps-sdk](https://github.com/dapriett/nativescript-google-maps-sdk) plugin:
132-
133-
```ts
134-
"Cannot enable the location service. Error: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/internal/zzbck;"
135-
```
136-
137-
To fix that error, you might pin the version number in your `app/App_Resources/Android/before-plugins.gradle` file (if the file does not exist, create it):
138-
139-
```gradle
140-
android {  
141-
// other stuff here
142-
143-
project.ext {
144-
googlePlayServicesVersion = "16.+"
145-
}
146-
}
147-
```
148-
149129
### openSettingsIfLocationHasBeenDenied on Android API level 30
150130

151131
If the user declines the permission twice during the installation lifetime of the app on Android API level 30 , the user won't be taken to the settings even if the `openSettingsIfLocationHasBeenDenied` option is true for `enableLocationRequest()`.

0 commit comments

Comments
 (0)