An iOS app accesses the user's photo library to upload photos. Instead of using the full PHPhotoLibrary access, the developer implements limited photo access introduced in iOS 14. What is the privacy security benefit of this limited access model?
- A.A) Limited access encrypts the selected photos with the user's Face ID data before upload
- B.B) Limited access means the user selects specific photos to share with the app; the app can only access those selected photos rather than the entire photo library, reducing the risk of unintended access to personal photos, location data embedded in EXIF, and sensitive images
- C.C) Limited access grants the app read-only permission to the entire photo library but prevents write access
- D.D) Limited access auto-expires after 24 hours, requiring users to re-grant permission daily
Why B is correct