I am facing an issue in camera and photo library permission in iOS 11.0. I have entered permissions in Info.plist given below :
<key>NSCameraUsageDescription</key>
<string>Hello</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>$(PRODUCT_NAME)</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME)</string>
if I open image picker it is not asking for permissions but it is working in iOS 10.
I have checked lot of questions but didn't find any solution. checked Questions given below :