A sample project that demonstrates how to use deepLink in Sketchware Pro only...
It'll only works on Sketchware Pro
Go to Manifest option on the right drawer click on Main activity click on component ASD
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="www.yourlink.com"
android:scheme="https" />
</intent-filter>
©2026 Sketchub | User Policy