0

my app crashs for reason - missing key for Privacy NSPhotoLibraryUsageDescription - allthough i add exactly this key to the info.plist file. I converted the projet from Swift 3 to Swift 5. Maybe thats the cause?

I use the photo library for reading and writing. Reading(import) is strangly possible.

Joe
  • 149
  • 1
  • 5
  • 1
    What are you doing exactly with the Photo library. Are you just reading from it or also writing to it ? – πter Feb 19 '21 at 09:02
  • Thanks! Reading exactly is an Art. For EXPORT NSPhotoLibraryAddUsageDescription is obligatory! – Joe Feb 19 '21 at 09:17

1 Answers1

0

For EXPORT images to the library NSPhotoLibraryAddUsageDescription is obligatory! NSPhotoLibraryUsageDescription is not enought.

Joe
  • 149
  • 1
  • 5