Baseflow / flutter-geocoding

A Geocoding plugin for Flutter
https://baseflow.com
MIT License
134 stars 69 forks source link

[Feature request]: iOS privacy manifest #207

Closed yukihiro-numata closed 4 months ago

yukihiro-numata commented 4 months ago

Is there already an issue requesting this feature?

Please select affected platform(s)

Use case

By Apple's guidelines, you must add an empty file even if you are not collecting anything.

Proposal

According to the guidelines, add privacy_manifest_files. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Specific requirements or considerations

No response

Additional information or context

See https://github.com/flutter/flutter/issues/131940 for context, but some kind of action will need to be taken.

tiltmaster commented 4 months ago

so ur telling me this doesnt work with iOS?

yukihiro-numata commented 4 months ago

It appears that if you do not deal with, you may fail Apple's review after the spring of 2024.

mvanbeusekom commented 4 months ago

We have just released version 3.0.1 of the geocoding_ios package which included the required manifest file. More information can be found in PR #225.