我正在尝试在我的应用中实施数字验证。我已经完成了现在在 android 上工作的 iOS 实现。在角色中,他们在 android 的 react-native 页面上没有文档。我应该怎么做才能转移到本机实现或搜索自动链接?
1 回答
0
我已经使用包和我的应用程序跟踪了本机实现,成功地向我展示了个人屏幕。
这是 Doc lin https://docs.withpersona.com/docs/android-sdk-integration-guide
步骤1:
将此添加到 app/build.gradle
maven { url 'https://sdk.withpersona.com/android/releases' }
第2步:
在 app/src/build.gradle 中添加这些行
implementation 'com.withpersona.sdk:inquiry:1.1.1'
于 2021-04-15T15:20:39.017 回答