Step7. Sharing a campaign URL

    Step7. Sharing a campaign URL


    Article summary

    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);


    What's Next