You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
I also searched to see if the domain has to be a verified one, but with no luck. I still see some apps obviously sharing a sticker + link to snap, so I wonder what they use.
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 theattachmentUrl
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 reviewThe text was updated successfully, but these errors were encountered: