Prerequisite
Blocto iOS 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:
SDK would open browser using Web SDK in your dApp to use the Blocto service.
Blocto iOS SDK uses Universal Links to bring back information from Blocto wallet app to yours.
If you do not set Universal Links in Developer Dashboard (production, staging) or any situation that can't open your app correctly, we will use Custom URL Scheme instead.
Please make sure to implement BOTH Apple Universal Links and Custom URL Scheme for better user experience.
For custom URL Scheme please register scheme using prefix blocto with app id from Developer Dashboard e.g. blocto64776cec-5953-4a58-8025-772f55a3917b or blocto-staging64776cec-5953-4a58-8025-772f55a3917b

Custom URL Scheme example
We highly recommend you provide a Universal Links rather than only use custom scheme for safety reason.
%20(1)%20(2).png?alt=media)
Universal Links example applinks:04b2-61-216-44-25.ngrok.io?mode=developer
Last modified 1mo ago