Håvard Fossli

Results 159 comments of Håvard Fossli

If you are able to remove the dialog then I'll be happy to finish the rewrite to support LAContext.

So then I guess this is not possible... sadly. If you find a way to close it I’ll be more than happy to change the library

I have pushed my code to master. Whenever you sign or decrypt you will have the possibility of passing a LAContext. Like this ``` let signature = try manager.sign(digest, authenticationContext:...

In this archive you'll find two files and you'll see there's a bug with LAContext [Bug.zip](https://github.com/agens-no/EllipticCurveKeyPair/files/1397698/Bug.zip)

http://www.openradar.me/35069937

Apple thinks this is fixed in latest GM. Are you, @Vabs28, able to check this? ![img_0331](https://user-images.githubusercontent.com/3652587/33909459-07906828-df8c-11e7-8e20-a1cdd198558d.PNG)

It seems apple solved this when working with the LAContext directly. It doesn't work for me when the LAContext is presented by Security framework for some reason.

Hey. Thanks for the kind words. ❤️ Can you try latest code from master? Seems like you are using release. Which simulator are you using?

I’m guessing you are using iOS 9 or something? I think your issue has been corrected in master. Sorry about the breaking api changes.

Are you on main thread/queue? Try to be on another queue. Can you paste the code?