Apple rejected app as the permission description doesn't seem to be ok. What exactly the description should be for photo library?
Here is what they said. We noticed that your app requests the user’s consent to access their photos but does not clarify the use of the photos in the applicable purpose string.
What exact description should I write?
Following is my description
Just write this: This app requires access to the photo library to upload your profile photo.
You can replace profile with whatever it's for.
With message you can follow this steps: 1. Open your Info.plist 2. Find this lines and change your message
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) would like to use your camera</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>$(PRODUCT_NAME) would like to save photos to your photo gallery</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) would like access to your photo gallery</string>
You need to explain why you require access to the users photo library. So something like “to save illustrations made in the app”.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With