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 fix?
1.Crashed: com.apple.runningboardservices.background-workloop
StackTrace:
dyld3::closure::ObjCStringTable::hash(char const*, unsigned long) const + 16
2.Crashed: com.apple.runningboardservices.connection.incoming
StackTrace:
dyld3::closure::ObjCStringTable::hash(char const*, unsigned long) const + 16
3. Crashed: com.apple.main-thread
StackTrace:
dyld3::closure::ObjCStringTable::hash(char const*, unsigned long) const + 16
Note: We are not getting any crashes in iOS 12 below