카카오 친구 공유 브라우저가 열리지 않습니다

아이디:1149696
환경:안드로이드

feed 공유 코드
val defaultFeed = FeedTemplate(
content = Content(
title = mTitle,
description = mContent,
imageUrl = mImageUrl,
link = Link(
webUrl = mLinkUrl,
mobileWebUrl = mLinkUrl,
androidExecutionParams = mapOf(“mv” to “1842140616583540736”, “u_share” to “u1800379942151577600”),
)
),
buttons = listOf(
Button(
“View on Web”,
Link(
webUrl = mLinkUrl,
mobileWebUrl = mLinkUrl,
androidExecutionParams = mapOf(“mv” to “1842140616583540736”, “u_share” to “u1800379942151577600”),
)
),
Button(
“View on App”,
Link(
androidExecutionParams = mapOf(“mv” to “1842140616583540736”, “u_share” to “u1800379942151577600”),
iosExecutionParams = mapOf(“mv” to “1842140616583540736”, “u_share” to “u1800379942151577600”)
)
)

)

)

문제점:
카카오 친구한테 공유한 뒤 “View on web/app” 버튼을 클릭했을 때, 브라우저가 열리지 않았습니다.
어플링크는 다음과 같습니다
kakao0a9df4e0519d7f300e46b51fe0b1486f://kakaolink?mv=1842140616583540736&u_share=u1800379942151577600
mLinkUrl은 다음과 같습니다:
https://kr.ianysing.com/mv/1847574893022408704?u_share=v1849669728286400513

링크에 사용하신 도메인을 디벨로퍼스 설정에 등록해주세요.

애플리케이션 | Kakao Developers 애플리케이션