跳到主要内容

快速开始

相关资料

iOS SDK Github

iOS Demo 源码

系统要求

适用于 iOS 12.0 及以上版本

安装步骤

  1. UniPassSDK 以及发布在 CocoaPods. 添加下方命令到您项目的 Podfile 中即可:
pod 'UniPassSDK'
  1. 通过下方命令更新您项目的 Pod 依赖:
pod install
  1. 设置应用的 bundle identifier

  2. 在您的项目代码中引入 UniPassSDK

import UniPassSDK

历史版本

更新版本更新日期默认使用 URL更新说明
v0.0.72023.04.13https://testnet.wallet.unipass.id/login api 添加 forceLogin 参数,默认为 false
v0.0.62023.03.28https://testnet.wallet.unipass.id/修复当前登录用户与签名/交易时站点登录用户不一致时导致的问题
v0.0.52023.02.10https://testnet.wallet.unipass.id/修复通过 URL Scheme 等冷启动方式打开应用后立刻调用 SDK 失败的 bug
v0.0.42023.02.07https://testnet.wallet.unipass.id/login 方法将 connectType 参数迁移到 loginOption, 并增加 returnEmail, authorize 等选项
v0.0.32023.02.03https://testnet.wallet.unipass.id/logout 方法增加可选参数 deep,设置为 false 时,登出时可以保留网页端登陆状态
v0.0.12023.01.14https://testnet.wallet.unipass.id/增加 登录 / 发送交易 / 签名消息 / 登出 等 API 方法