Skip to content

Commit

Permalink
docs(google-maps/geolocation)!: Removing deprecated usage description…
Browse files Browse the repository at this point in the history
…s for iOS (#1855)

Co-authored-by: jcesarmobile <jcesarmobile@gmail.com>
  • Loading branch information
theproducer and jcesarmobile authored Oct 30, 2023
1 parent 672d538 commit 27e7825
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion geolocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ npx cap sync

Apple requires privacy descriptions to be specified in `Info.plist` for location information:

- `NSLocationAlwaysUsageDescription` (`Privacy - Location Always Usage Description`)
- `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`)

Read about [Configuring `Info.plist`](https://capacitorjs.com/docs/ios/configuration#configuring-infoplist) in the [iOS Guide](https://capacitorjs.com/docs/ios) for more information on setting iOS permissions in Xcode
Expand Down
1 change: 0 additions & 1 deletion google-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ To use the Google Maps SDK on any platform, API keys associated with an account

The Google Maps SDK supports the use of showing the users current location via `enableCurrentLocation(bool)`. To use this, Apple requires privacy descriptions to be specified in `Info.plist`:

- `NSLocationAlwaysUsageDescription` (`Privacy - Location Always Usage Description`)
- `NSLocationWhenInUseUsageDescription` (`Privacy - Location When In Use Usage Description`)

Read about [Configuring `Info.plist`](https://capacitorjs.com/docs/ios/configuration#configuring-infoplist) in the [iOS Guide](https://capacitorjs.com/docs/ios) for more information on setting iOS permissions in Xcode.
Expand Down

0 comments on commit 27e7825

Please sign in to comment.