The short Dateformatter is now providing different space character. Binary value "11100010 10000000 10101111" rather than "00100000" for the space.
In documentation also have the "00100000"
https://developer.apple.com/documentation/foundation/dateformatter/style/short
Post
Replies
Boosts
Views
Activity
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.