We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const response = await KakaoShareLink.sendCommerce({ content: { title: 'title', imageUrl: 'http://t1.daumcdn.net/friends/prod/editor/dc8b3d02-a15a-4afa-a88b-989cf2a50476.jpg', link: { webUrl: 'https://developers.kakao.com/', mobileWebUrl: 'https://developers.kakao.com/', }, description: 'description', }, commerce: { regularPrice: 100000, discountPrice: 80000, discountRate: 20, }, buttons: [ { title: '웹에서 보기', link: { webUrl: 'https://developers.kakao.com/', mobileWebUrl: 'https://developers.kakao.com/', }, }, ], });
이렇게 아예 앱부분이 없이 webUrl 만 넣어서 구현해도 앱으로만 routing 됩니다. 앱이 없는 경우는 아예 아무 동작도 없습니다...
제가 뭔가를 잘못 구현한건지는 모르겠지만 혹시 다른 분들은 잘 되시나요?
The text was updated successfully, but these errors were encountered:
같은 오류인데 해결 하신분 있나요?
Sorry, something went wrong.
저도 웹으로 이동이 안되네요. 해결하신분 있을까요?
자문 자답입니다. 저의 경우 Kakao쪽 설정이 잘못되어 웹으로 이동이 안되는것으로 확인했습니다. https://devtalk.kakao.com/t/feedtemplate-link/110155 참고 하셔서 앱설정>웹>플랫폼 에 도메인을 등록하면 등록된 도메인으로의 Web Link가 정상 동작합니다.
참고하세요~ @babjul314 @Parkjunwu
No branches or pull requests
이렇게 아예 앱부분이 없이 webUrl 만 넣어서 구현해도 앱으로만 routing 됩니다.
앱이 없는 경우는 아예 아무 동작도 없습니다...
제가 뭔가를 잘못 구현한건지는 모르겠지만 혹시 다른 분들은 잘 되시나요?
The text was updated successfully, but these errors were encountered: