Chriss Santi
Chriss Santi
Any update on this ?
@NathanWalker @jcassidyav can you create and publish a new release with the fix you added here https://github.com/NativeScript/plugins/pull/212 ? Version 8.1.0 doesn't have this fix yet.
Issue got solved in here https://github.com/NativeScript/plugins/tree/main/packages/biometrics
Same here. I am using @jamescodesthings hack while waiting for a fix
If it's still not working, run ` ns clean` which deletes the platform, hooks and node_modules folders, then run again. I also made sure to have app.name in .json file.
> I was able to solve this issue by adding `classpath "com.google.gms:google-services:4.3.0"` to `platforms/android/build.gradle` in the `dependencies` block. > However, this has to be done every time the `platforms` folder...