microsoft / cordova-plugin-code-push

Cordova plugin for CodePush
http://appcenter.ms
Other
644 stars 330 forks source link

iOS location issue on uploading the appstore - ask for NSLocationAlwaysUsageDescription #521

Closed yoavpa-tr closed 5 years ago

yoavpa-tr commented 5 years ago

Hi, I got the following message from apple once I uploaded the app to the app store.

Missing Purpose String in Info.plist File - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSLocationAlwaysUsageDescription 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 will be 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. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/protecting_the_user_s_privacy).Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):

Does your plugin use the device location / uses an API that uses the device location?

Reproduction

I don't get any error once I build and run the app in debug/release mode. only got the above mail from apple once I uploaded the app to

Additional Information

alexandergoncharov-zz commented 5 years ago

Hi @yoavpa , Thanks for reporting!

I'm not sure that this issue from CodePush plugin

Does your plugin use the device location / uses an API that uses the device location?

CodePush doesn't use any location information because CodePush doesn't need this information for update app. I'm not sure from which plugin it can be called for now.

yoavpa-tr commented 5 years ago

Great, thanks!

On Thu, 18 Apr 2019 at 15:50 Alexander Goncharov notifications@github.com wrote:

Hi @yoavpa https://github.com/yoavpa , Thanks for reporting!

I'm not sure that this issue from CodePush plugin

Does your plugin use the device location / uses an API that uses the device location?

CodePush doesn't use any location information because CodePush doesn't need this information for update app. I'm not sure from which plugin it can be called for now.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/cordova-plugin-code-push/issues/521#issuecomment-484493148, or mute the thread https://github.com/notifications/unsubscribe-auth/AEMHHJ627PIFHO5QYO4BZSLPRBVC5ANCNFSM4HG4QZ7A .

alexandergoncharov-zz commented 5 years ago

I was glad to help =)

So, I'm going to close this issue for now as your questions was answered. Please feel free to reopen it if you have any questions.