Skip to content

Missing key strings in plist required for uploading to App connect#48

Open
imashok02 wants to merge 1 commit intomasterfrom
Needed-Plist-keys
Open

Missing key strings in plist required for uploading to App connect#48
imashok02 wants to merge 1 commit intomasterfrom
Needed-Plist-keys

Conversation

@imashok02
Copy link

No description provided.

Comment on lines +78 to +83
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This app requires access to your location.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app requires access to your location.</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to move it to the plugin that requires these permissions

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will have to find the app which uses this permissions, Do we need to do now? Also I guess we dont need location permission.. right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants