-
Notifications
You must be signed in to change notification settings - Fork 140
[iOS 14] New photo picker / permissions model #853
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
Conversation
|
Michael Neuwert seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
- If limited photo library access is active, the limited picker is not displayed automatically - If user selects some assets and some of the are limited in access, limited photo picker is displayed giving user a chance to change pernissions - If none of the assets are granted access, warning alert is presented
|
@michaelstingl Improved photo selection process on iOS14 using new picker:
|
hosy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
|
@hosy Thanks! Appreciate! |
|
I have to finish QA here it. First rounds seems pretty good. (1)Just one comment. Check these steps out:
at this point, i expected an alert error, letting user know that it is not allowed (lack of permissions). Something similar to the error that happens when Instead, the selecting view (the same view that appears in step 1) is displayed to allow users to select new items to allow them for the app. This could be a little confusing, but my question is: is that way to do iOS-native? or is something implemented for the feature? |
So there are some tradeoffs when using new photo picker... |
|
Before Apple’s dialogue pops up, could we show an own thing, that tells users what to do? |
yes, we could.. There is actually some text on top of Apple's dialogue, but I agree that it is eventually barely noticeable |
# Conflicts: # ios-sdk
- Added intermediate dialogue appearing in case not all media to be uploaded had been given appropriate permissions by the user
Added an alert conveying that access to media is limited, then when user taps " Change" Apple's dialogue is shown, where photos to which access is granted are displayed with a checkmark. |
that's much better |
|
Approved on my side |
Description
Related Issue
#851
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
QA
Test plan:
Bugs & improvements:
Selectedoption [iOS 14] New photo picker / permissions model #853 (comment) [FIXED]