You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key is not correctly converted to hex string in iOS 13 beta. The conversion to hex string uses [out description] but the description format has changed in iOS 13. To resolve this I recommend using this solution: https://riptutorial.com/ios/example/18979/converting-nsdata-to-hex-string
Instead of the existing code (no need to remove spaces and the "<" ">" signs)
The text was updated successfully, but these errors were encountered:
arixegal
changed the title
The key is not correctly converted to hex in iOS 13 beta
The key is not correctly converted to hex string in iOS 13 beta
Jul 10, 2019
The key is not correctly converted to hex string in iOS 13 beta. The conversion to hex string uses [out description] but the description format has changed in iOS 13. To resolve this I recommend using this solution:
https://riptutorial.com/ios/example/18979/converting-nsdata-to-hex-string
Instead of the existing code (no need to remove spaces and the "<" ">" signs)
The text was updated successfully, but these errors were encountered: