Prerequisite
Last updated
Was this helpful?
Last updated
Was this helpful?
Blocto Unity SDK supports two flows depending on whether the Blocto app is installed or not.
Based on development environment, you need to download the corresponding Blocto app for testing:
(after joining app distribution, you need to wait for releasing next version)
SDK would open browser using Web SDK in your dApp to use the Blocto service. In Android, Blocto SDK provider CloseWebView
method to close web view when user click back button.
You can setting ForcedUseWebView
for use of the Web SDK instead the Blocto app.
iOS Universal Links setting. please add Associated Domains in Xcode project setting and add new path /blocto
to your apple-app-site-association
Please add a new path /blocto
to your apple-app-site-association
Android Deep Links setting, please add activity
and intent-filter
in yours AndroidManifest.xml
In Android, please add activity
, intent-filter
, uses-permission
and queries
in yours AndroidManifest.xml
Blocto Unity SDK uses iOS or Android to bring back information from Blocto wallet app to yours. If you do not set iOS Universal Links or Android Deep Link in Developer Dashboard (, ) or any situation that can't open your app correctly.