Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCSDKVideoSnapContent.attachmentUrl not working #11

Open
hyouuu opened this issue Oct 4, 2023 · 2 comments
Open

SCSDKVideoSnapContent.attachmentUrl not working #11

hyouuu opened this issue Oct 4, 2023 · 2 comments

Comments

@hyouuu
Copy link

hyouuu commented Oct 4, 2023

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"
@kingmeers
Copy link

Did you figure this out? It's not working on SCSDKPhotoSnapContent either, I'm following up on this issue here

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.

@Badar25
Copy link

Badar25 commented Dec 28, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants