-
Notifications
You must be signed in to change notification settings - Fork 273
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
Allow access to some more photos #195
Comments
Plus the library doesn't refresh the more photos selected, you will have to either kill the app or go back and come on the screen where you are using Gallery library to view the recently more selected photos. |
Yes, I end up doing the same. I really wish "Add More" feature would be implemented. |
the only solution to this is set the PHPhotoLibraryPreventAutomaticLimitedAccessAlert set to true in info.plist |
found another quick fix to this, though not a good one. `extension GalleryController: PHPhotoLibraryChangeObserver {
}` |
With the new app privacy settings, we can allow some photos accessed by the application. Also, we can trigger to allow user to select some more photos accessed by the app.
Something like "Select more photos..." shown in this image https://i.stack.imgur.com/VG7p9.jpg.
The app does not trigger this alert always. We can manually trigger this. Wondering if you can add this method call through a button on the picker. Please let us know.
Thank you.
The text was updated successfully, but these errors were encountered: