android - 如何测试 iOS fido2 BLE 身份验证器的实现?
<p><p>我正在尝试为 iOS 平台开发一个 fido2 BLE 身份验证器。据我所知,android可以用OSX桌面chrome(支持fido2)和fido2一致性工具进行测试。对于 iOS,我知道的唯一方法是使用“fido2 一致性工具”,它有很多错误并且无法正确测试应用程序。</p>
<p>还有其他方法可以测试 fido2 iOS 身份验证器的实现吗? </p>
<p>提前致谢。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>Apple 不允许我们为蓝牙广告设置服务数据字段,而当前的 Chrome 版本正在通过该字段检测要配对的设备。所以我们不能正式与iOS设备配对。 </p>
<p>暂时有两种方式可以与WebAuthn的iOS设备配对:</p>
<ol>
<li><p>使用 chrome://bluetooth-internals 检测并与 iOS 设备配对</p></li>
<li><p>使用网络蓝牙</p></li>
</ol>
<p>配对后,我们可以在 Chrome 上使用 WebAuthn 进行测试</p></p>
<p style="font-size: 20px;">关于android - 如何测试 iOS fido2 BLE 身份验证器的实现?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/56982367/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/56982367/
</a>
</p>
页:
[1]