快速开始
相关资料
Android demo
请前往 Google drive 下载 Android 安装包:
iOS demo
请在申请表中填写您的邮箱,我们将会给您发送 UniPass iOS demo 的 TestFlight 的测试邀请。
提示
Demo 工程中使用的 UniPass Wallet 域名: https://testnet.wallet.unipass.id/
开发环境
UnityHub Verison: 2021.2.11f1
- 第三方包:
- Vuplex for Android, Vuplex for iOS
- Nethereum
v4.8.0
安装和使用
提示
注意,由于 UniPass 使用了浏览器自带加密函数,所以不能使用 Vuplex 的 CanvasWebView 加载 UniPass 站点
然后,将 Unipass SDK 作为插件拖入 Unity 项目中。
最后,在 C# 代码中使用。
using UnipassWallet;
历史版本
更新版本 | 更新日期 | 默认使用 Domain | 更新说明 |
---|---|---|---|
v0.0.2 | 2022.11.14 | https://testnet.wallet.unipass.id/ | 支持 Google 第三方登录,增加连接钱包返回 Email 的可选功;signMessage 增加 unipass 前缀 |
v0.0.1 | 2022.10.28 | https://testnet.wallet.unipass.id/ | 支持连接钱包,转账代币,签名/验签功能 |