Crash :Foundation NSClassFromString+200 in iOS 13
问题 We have released the latest build with the minimum deployment target 10.We are getting the same many crashes in iOS 13 related to the background issues. We are enabling the following capabilities:
1.background fetch 2.push notification(FireBase) 3.data protection as NSFileProtectionComplete. When checking the link : https://forums.developer.apple.com/thread/122858 Most answers are switching to NSFileProtectionCompleteUntilFirstUserAuthentication from NSFileProtectionComplete. Is this correct