Hi all,
My app got rejected and the reason I got was :-
"We noticed that your app requests the user’s consent to access their photos but does not clarify the use of this feature in the permission modal alert.
Specifically, when the user adds a profile photo, the app does not request the user’s permission to upload their photos"
As per this WWDC video, https://developer.apple.com/videos/play/wwdc2017/505/
if I am using UIImagePickerController and fetching from photo library, then the permission alert does not come in ios 11. My app does show the alert on an ios 10 simulator. It's only in ios 11 that the permission alert does not come as has been explained in the video.
Can anyone help me on what am I missing? And what are the next steps I should take ?