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

웹으로 이동이 아예 안됩니다. #22

Open
Parkjunwu opened this issue Apr 14, 2023 · 3 comments
Open

웹으로 이동이 아예 안됩니다. #22

Parkjunwu opened this issue Apr 14, 2023 · 3 comments

Comments

@Parkjunwu
Copy link

Parkjunwu commented Apr 14, 2023

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 됩니다.
앱이 없는 경우는 아예 아무 동작도 없습니다...

제가 뭔가를 잘못 구현한건지는 모르겠지만 혹시 다른 분들은 잘 되시나요?

@babjul314
Copy link

같은 오류인데 해결 하신분 있나요?

@GwiYeong
Copy link

저도 웹으로 이동이 안되네요. 해결하신분 있을까요?

@GwiYeong
Copy link

자문 자답입니다.
저의 경우 Kakao쪽 설정이 잘못되어 웹으로 이동이 안되는것으로 확인했습니다.
https://devtalk.kakao.com/t/feedtemplate-link/110155 참고 하셔서 앱설정>웹>플랫폼 에 도메인을 등록하면 등록된 도메인으로의 Web Link가 정상 동작합니다.

참고하세요~ @babjul314 @Parkjunwu

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