Posts

Post marked as solved
6 Replies
Is there anybody out there facing the same issue? I never got any feedback regarding the filed bug. I still observe the same issue, on iOS 13 (13.6). The text specified in kSecUseOperationPrompt is not displayed. On a iOS 12 device running the very same code, the text is displayed in the TouchID prompt.
Post marked as solved
6 Replies
I filed the bug with id 7477206. I hope it is al right this way, since the feedback assistant tool is quite confusing
Post marked as solved
2 Replies
I did find the solution by myself after a while and it was that easy:I do not need any further API calls, the only thing I did was converting the externalRep (octett format) from hex to binary in order to base64 encode the two values for x and y. The base64 encrypted representation is exactly what JWK expects as format.