In my app i am using crashlytics, it's getting one crash report frequently. This is Crashed:
com.apple.root.default-qos SIGABRT ABORT 0x00000001907b7d74
I am downloading photo from server, for this i have used this following code in info.plist
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Need to save photos</string>
But i am getting the error CRASHING_DUE_TO_PRIVACY_VIOLATION + 682 frequently.