Snapchat / snap-kit-spm

https://kit.snapchat.com/
MIT License
9 stars 10 forks source link

SCSDKVideoSnapContent.attachmentUrl not working #11

Open hyouuu opened 1 year ago

hyouuu commented 1 year ago

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 commented 11 months ago

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 commented 9 months ago

https://github.com/Snapchat/creative-kit-sample/issues/89 #