我想在我的IBM Mobilefirst 6.3 Hybrid Android应用程序中实现指定身份验证。我在科尔多瓦看到了一些例子 -
https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth
在这里,如何将Cordova-Plugin-Android Fingerprint-Auth插件添加到我的应用程序中?有什么更好的方法可以实现此功能?
我能够在混合iOS应用程序中实现触摸ID。https://github.com/eddyverbruggen/cordova-plugin-touch-id?cm_mc_uid = 04136042670715040496130&cm_mc_mc_sid_50200000 = 150200000 = 1504217038
需要帮助才能在Android中实施类似的帮助。
谢谢
Mobilefirst 7.0和先前的版本不支持Cordova Plug-Man安装Cordova插件,因此您无法使用Cordova命令行直接将插件添加到应用程序中。
您需要按照本博客文章中解释的手册安装说明进行操作以在您的应用程序中添加cordova-plugin-android-fingerprint-auth
插件。