Rushi Sangani
Rushi Sangani
Because @hemangshah he has forked my library initially. I had seen that. He has used same files as I did. He had just changed some methods' name and strings. Copying...
> Hello, > > I fixed the issue: > > * call close when you are closing the call and the status of sendTransport is "disconnected" > * call stop...
@JJson I don't think all these steps are required for `canAuthenticate()` method. Just **true** or **false** return is fine because anyways user needs to handle all those failure cases. It...
@himanshuPharma thanks for the feedback. I will check and get back to you soon 👍
@saikumar-osv thanks for the feedback. I will check and get back to you soon 👍
@Eradash thanks for the effort. I think you should use this in swift only. You can use it by creating by the following: - Create a Swift extension - Add...
@Eradash can you please show how you're calling the library function from your objective c? I will give it a try to solve it.
@Eradash why do you want to go with the protocol approach? when you already have a complete block with success or failure? I agree that may be swift completion with...
``` import BiometricAuthentication extension ViewController { @objc func presentBiometricAuthentication() { // swift code here (check the example) } ```
@deepak4u2006 That's a good suggestion. I will check, how it can be implemented or you may also create PR for this.