You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Photo library authorization returns .authorized for limited access, It should return .limited.
To Reproduce
Steps to reproduce the behavior:
Start the app first time and give limited access for photos.
Select images and it will get you to your app
if you use a logger or breakpoint then you will get .authorized not .limited as return value to JMPhotoPermissionManager.photo.authorizationStatus.
Expected behavior
I expect .limited access view to inflate not the .authorized gallery view. JMPhotoPermissionManager.photo.authorizationStatus should be returning .limited
Desktop (please complete the following information):
OS: iOS
Smartphone (please complete the following information):
Device: iPhone 13 Pro
OS: iOS 16.7
Version 16.7
Additional context
Can be fixed in JPPhotoPermissionManager's authorizationStatus function to make it return accurate permission access.
The text was updated successfully, but these errors were encountered:
This will create an access level issue as PHAccess is only available from 14+.
The availabe annotation for 13 is not required for this class as changes are post 14 and the deprecated methods support back upto iOS 8.
Photo library authorization returns
.authorized
for limited access, It should return.limited
.To Reproduce
Steps to reproduce the behavior:
.authorized
not.limited
as return value toJMPhotoPermissionManager.photo.authorizationStatus
.Expected behavior
I expect
.limited
access view to inflate not the.authorized
gallery view.JMPhotoPermissionManager.photo.authorizationStatus
should be returning.limited
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Can be fixed in JPPhotoPermissionManager's authorizationStatus function to make it return accurate permission access.
The text was updated successfully, but these errors were encountered: