79528320

Date: 2025-03-23 01:01:46
Score: 0.5
Natty:
Report link

At some point Apple added an update where you cannot access the Photo Library on unsigned apps.

Photo Library Access

1. Use a valid Bundle Identifier on your app and then create an identifier with the same string in your Apple Developer Account (i.e com.mycompany.myapp)

https://developer.apple.com/account/resources/identifiers/list

2. Create an app on AppStore Connect using the Bundle Identifier

https://appstoreconnect.apple.com

3. Add the following properties to the Info.plist along with a brief description:

https://developer.apple.com/documentation/BundleResources/Information-Property-List/NSPhotoLibraryUsageDescription

4. Add a valid app icon to your Assets/AppIcon

Note:

Without following all of these steps, you will always be denied Photo Library access.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Michael N