Skip to content

[google_maps_flutter] update ios privacy manifest #6511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.6.0

* Updates the minimum allowed verison of the Google Maps SDK to 8.4, for privacy
manifest support.
* This means that applications using this package can no longer support
iOS 13 or 14, as the versions of the Google Maps SDK that support those
versions do not have privacy manifests, so cannot be used in published
applications once the new App Store enforcement of manifests takes effect.
* Includes the Google Maps SDK's [GoogleMapsPrivacy bundle](https://developers.google.com/maps/documentation/ios-sdk/config#add-apple-privacy-manifest-file)
manifest entries direct in the plugin, so that package clients do not need to
manually add that privacy bundle to the application build.

## 2.5.2

* Fixes the tile overlay not correctly displaying on physical ios devices.
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading