Júlio César Mussi

Results 4 comments of Júlio César Mussi

Hello! Hope you solved this issue by now. I've ran into some problems, but following the manual install fixed all of them. I'm using Xcode v10. You could try upgrading...

I'm wondering about the same thing... iOS works fine, but android doesn't prompt for biometrics, or setGenericPassword breaks on android when passing iOS params.

@raldred. Got the same behaviour, I've managed to fix this way: ``` await setGenericPassword( email, password { service: 'service', accessControl: 'BiometryAny', accessible: 'AccessibleWhenPasscodeSetThisDeviceOnly', }, ); ``` But this creates another...