In our application we are using the CoreData and added a protection level to it.
When the application is open we are trying to check if the protected data available and then only accessing the CoreData
Check:
[application isProtectedDataAvailable]
Still we are getting random crash when application trying to save the data to CoreData.
When the application is open we are trying to check if the protected data available and then only accessing the CoreData
Check:
[application isProtectedDataAvailable]
Still we are getting random crash when application trying to save the data to CoreData.