Share & Video Deeplinking (Flutter)
Last updated
Last updated
If you want the share URL to be a deep link. you can custom the share base URL, e.g. https://example.com
. When users click the share link, it can be opened in your application.
When a user clicks the deep link, your app(if installed) will be opened. Then you can get the deep link(the share link) and use openVideoPlayer
of FireworkSDK
instance to open it.
You could pass the configuration when opening the video player. The configuration type is .
You also need to set up the iOS project: