dev (after joining app distribution, you need to wait for releasing next version)
Blocto app not installed
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.
walletProvider.ForcedUseWebView=true;
iOS Universal Links & Android Deep Link
Blocto Unity SDK uses iOS Universal Links or Android Deep Link 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 (production, dev) or any situation that can't open your app correctly.
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