我正在开发需要使用 Aadhaar UIDAI 进行指纹认证的 Aadhaar 支付应用程序。但是市场上有很多指纹扫描仪设备。每个设备都有自己的 rd 服务,它返回扫描数据(新格式的 PID 数据)。但我需要一种适用于许多设备的解决方案。我的意思是我不想用我们的应用程序跟踪多个 RD 服务 APK 文件。无论哪个设备在那里,它都应该返回手指扫描的 PID 数据以进行 Aadhaar 身份验证。
目前我有 3 个设备 secugen、StarTek 和 Precision
1. Is it possible to install only one RD service for these three devices with application?
2. is it possible to have RD service .aar files in application itself?
3. one more thing can i use device(mobile's) fingerprint scanner for Aadhaar authentication?