라이브, 콘텐츠, 채널 공유하기
- sns 공유시 보여줄 og data 제거 - shorturl이 적용되지 않은 상태에서 url이 너무 길기 떄문데 임시 적용
This commit is contained in:
@@ -202,13 +202,10 @@ final class ContentDetailViewModel: ObservableObject {
|
||||
func shareAudioContent(contentImage: String, contentTitle: String) {
|
||||
isLoading = true
|
||||
|
||||
var params = [
|
||||
let params = [
|
||||
"af_dp": "voiceon://",
|
||||
"deep_link_value": "content",
|
||||
"deep_link_sub5": "\(contentId)",
|
||||
"af_og_title": contentTitle,
|
||||
"af_og_description": "지금 보이스온에서 이 콘텐츠 감상하기",
|
||||
"af_og_image": contentImage
|
||||
"deep_link_sub5": "\(contentId)"
|
||||
]
|
||||
|
||||
if let shareUrl = createOneLinkUrlWithURLComponents(params: params) {
|
||||
|
Reference in New Issue
Block a user