Step7. Sharing a campaign URL
- Print
Step7. Sharing a campaign URL
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Using the Shoplive Share API, you can easily share a live broadcast via a URI scheme or a URL.
Defining the Share Link Format
URI Scheme
String scheme = "{your host}://{your_host}?ak=xxx&ck=yyy";
_shopLivePlayer.setShareScheme(shareSchemeUrl: scheme);URL
String url = "https://www.share_link.com/?ak=xxx&ck=yyy";
_shopLivePlayer.setShareScheme(shareSchemeUrl: url);API Reference: setShareScheme