Lickability / PinpointKit

Send better feedback
MIT License
1.13k stars 79 forks source link

Support 'limited' photo authorization for iOS 14 #275

Closed leisurehound closed 4 years ago

leisurehound commented 4 years ago

Feature Proposal

iOS 14 adds a new authorization status beyond .authorized, .denied, .restricted of .limited. In requiresPhotoAuthorization() a compiler warning is raised that the switch is not exhaustive.

Constraints and Assumptions

If a user selects .limited the library should still work.

mbbischoff commented 4 years ago

Fixed in #278 (version 1.5.0).