Skip to content

SCSDKVideoSnapContent.attachmentUrl not working #11

@hyouuu

Description

@hyouuu

Hello! Tried to add attachmentUrl like below but there's no link in the shared video, whereas video and caption are working correctly - thoughts? Do we need to have the attachmentUrl domain approved? Saw that requirement for the post to spotlight doc (https://docs.snap.com/snap-kit/creative-kit/Tutorials/ios#post-to-spotlight) and not sure if it applies to video sharing, and in our console we don't find anywhere to add the domain for review

let video = SCSDKSnapVideo(videoUrl: videoURL)
let videoContent = SCSDKVideoSnapContent(snapVideo: video)
videoContent.caption = "Some test"
videoContent.attachmentUrl = "https://www.snapchat.com"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions