iOS Photos Permission

Hi guys,

When i use ‘media.show’, it will check whether it has permission to access ‘Photos’ on the device. If no permission, a pop out box will appear and the user has to manually goto ‘Settings’ to change it.

Is there a way to have a pop-out box so the user can instantly grant permission to the app to use ‘Photos’ ? Something like how ‘Notifications’ & ‘Location’ are, that will allow permission on the spot.

Thanks

When your app launches for the first time, the OS asks.  If you say no then, it turns it off until someone goes into the Settings app to grant permission.  The app cannot go back and request these features again. 

Rob

Thanks Rob. 

When your app launches for the first time, the OS asks.  If you say no then, it turns it off until someone goes into the Settings app to grant permission.  The app cannot go back and request these features again. 

Rob

Thanks Rob.