모바일 브라우저에서 카카오톡 링크가 동작하지 않습니다

웹페이지의 카카오 공유 버튼을 클릭하면 아래 함수로 넘어가도록 되어 있습니다.

function shareKakaotalk() {
Kakao.init(‘javascript app id’); // 카카오 인증 초기화

Kakao.Link.sendDefault({
	objectType: 'feed',
    content: {
      	title: snsTitle,
      	description: snsDesc,
      	imageUrl: snsImageUrl,
      	link: {
        	mobileWebUrl: snsUrl,
        	webUrl: snsUrl
      	},
        description: snsDesc
    },
    success: function(messageObj) {
    	alert("success: " + JSON.stringify(messageObj["template_msg"]) + "\n\n" + JSON.stringify(messageObj["warning_msg"]) + "\n\n" + JSON.stringify(messageObj["argument_msg"]));
    }
});

}

클릭시 success함수의 warning_msg 에 아래의 내용이 뜨고 더이상 진행되지 않습니다.
success함수 >
{“P.L.LA”:". app does not have CUSTOM_MARKET_URL permission. get the permission or it will be dropped or changed.",“P.L.LI”:". app does not have CUSTOM_MARKET_URL permission. get the permission or it will be dropped or changed.",“P.LA”:". app does not have CUSTOM_MARKET_URL permission. get the permission or it will be dropped or changed.",“P.LI”:". app does not have CUSTOM_MARKET_URL permission. get the permission or it will be dropped or changed.",“C.THL[0].TH.THU”:“http://mirae.motioneye.co.kr/file/imgView.do?fileNm=1505779852941_92.jpg. app does not have NONE_KAGE_IMAGE_SUPPORTED permission. get the permission or it will be dropped or changed.”}

답변 부탁드립니다.
감사합니다.

카카오링크는 카카오톡이 설치된 모바일 웹브라우저 환경에서 동작합니다.

카카오톡이 설치된 환경인가요?

네, 설치된 환경입니다. ㅠㅠ

제가 로그를 확인해보니 PC 브라우저로 요청이 들어오고 있는 것 같은데요. 맞나요?

피씨에선 카카오 스토리로 연계시키고 있구요,
웹에서 모바일 페이지를 접근하여 몇번 테스트를 해보긴 했지만 아이폰과 안드로이드 폰에서도 많이 테스트를 했습니다.
메시지는 웹과 모바일에서 같은 오류 메시지가 뜨구요.