-
Re: SecKeyCreateDecryptedData fails with "Error Domain=CryptoTokenKit Code=-3 "setoken: unable to compute shared secret" UserInfo={NSLocalizedDescription=setoken: unable to compute shared secret"
eskimo Aug 8, 2019 1:53 AM (in response to aravind_v)This whole feature works perfectly on all other versions of iOS below 13.0.
My general advice in situations like this, where you have existing code that’s failing on a pre-release system, is to file a bug. It’s possible that you’re doing something wrong that just happened to work on previous systems, but it’s just as likely that this is a bug in the system itself.
Please post your bug number, just for the record.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: SecKeyCreateDecryptedData fails with "Error Domain=CryptoTokenKit Code=-3 "setoken: unable to compute shared secret" UserInfo={NSLocalizedDescription=setoken: unable to compute shared secret"
aravind_v Aug 12, 2019 12:36 AM (in response to eskimo)Thanks, Quinn.
I have filed a bug:
https://feedbackassistant.apple.com/feedback/7002453
Thanks,
Aravind Vaidhyanathan
-
-
Re: SecKeyCreateDecryptedData fails with "Error Domain=CryptoTokenKit Code=-3 "setoken: unable to compute shared secret" UserInfo={NSLocalizedDescription=setoken: unable to compute shared secret"
aravind_v Aug 12, 2019 11:14 PM (in response to aravind_v)The issue seems to have been fixed in the latest beta 13.0(17a5556d).
Thanks,
Aravind Vaidhyanathan