Skip to content

Test Deep Link

Open a deep link URI on a device using ACTION_VIEW. Test both custom scheme links and App Links.

ParameterTypeRequiredDefaultDescription
uristringYesDeep link URI (e.g., myapp://profile/123 or https://example.com/path)
packageNamestringNoRestrict to a specific app. If omitted, Android chooser may appear.
deviceIdstringNoTarget device serial

Test deep link myapp://profile/123 on my device

Test https://example.com/product/456 in com.example.myapp

Test deep link myapp://settings/notifications