fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

Replaced permission handler package which prevents app store publishi… #88

Open chrisdjin opened 3 years ago

chrisdjin commented 3 years ago

…ng due to various Info.plist declarations for this specific package even when the developer is not using any

I got this reject due to the permission_handler package used. ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSAppleMusicUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required.

Replaced the permission handler package.

Thanks guys, this has been very very helpful!

maxzod commented 3 years ago

why still open ? please review it we need still facing this problem while deploying on iOS !!!