Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
jverification-react-native
Advanced tools
React Native JVerification component for Android and iOS
npm install jverification-react-native --save
注意:如果项目里没有jcore-react-native,需要安装
npm install jcore-react-native --save
build.gradle
android {
defaultConfig {
applicationId "yourApplicationId" //在此替换你的应用包名
...
manifestPlaceholders = [
JPUSH_APPKEY: "yourAppKey", //在此替换你的APPKey
JPUSH_CHANNEL: "yourChannel" //在此替换你的channel
]
}
}
dependencies {
...
implementation project(':jverification-react-native') // 添加 jverification 依赖
implementation project(':jcore-react-native') // 添加 jcore 依赖
}
setting.gradle
include ':jverification-react-native'
project(':jverification-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jverification-react-native/android')
include ':jcore-react-native'
project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
pod install
注意:如果项目里使用pod安装过,请先执行命令
pod deintegrate
const initParams = {
'time': 5000,
'appKey': 'yourAppKey', //仅iOS
'channel': 'channel', //仅iOS
'advertisingId': 'advertisingId', //仅iOS
'isProduction': false, //仅iOS
};
请将iOS example 项目中的JVerificationResource.bundle文件夹拉到您的iOS项目中。 拉文件时xcode会弹出添加文件的选项框:请选择: Destination: Copy items if needed 勾上 Added folders: 选择 Create Groups Add to Targets: 选择第一个框框
另外如果您需要设置您的自定义图片的话,请将您的图片添加进JVerificationResource.bundle文件夹中。
参考:App.js
API详细说明:API详细说明.md
授权页面元素配置说明:认证SDK授权页面元素配置API说明.md
示例详见:index.js
集成前务必将example工程跑通
JVerification2.2.0属于重构版本,如有紧急需求请前往极光社区
上报问题还麻烦先调用JVerification.setLoggerEnable( true),拿到debug日志
FAQs
React Native JVerification component for Android and iOS
The npm package jverification-react-native receives a total of 0 weekly downloads. As such, jverification-react-native popularity was classified as not popular.
We found that jverification-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.