카카오링크 공유하기 (커머스 타입 : commerce ) 가 Ios 앱에서 동작하지 않습니다

		Kakao.Link.sendDefault({
			objectType: 'commerce',
			content: {
			  title: FurnitureView.infoData.furniture_name,
			  imageUrl: "https:"+ FurnitureView.infoData.imageUrl,
			  link: {
			    mobileWebUrl: document.documentURI,
			    webUrl: document.documentURI,
			    iosExecParams: "ggumim://furniture/view/"+ Number(FurnitureView.infoData.furniture_idx),
			    androidExecParams : "ggumim://furniture/view/"+ Number(FurnitureView.infoData.furniture_idx)
			  }
			},

			commerce: {
			  regularPrice: Number(FurnitureView.infoData.price_original),
			  discountPrice: Number(FurnitureView.infoData.price_discount),
			  discountRate: Number(FurnitureView.infoData.discount)
			},
			buttons: [
			  {
			    title: '구매하기',
			    link: {
				    mobileWebUrl: document.documentURI,
				    webUrl: document.documentURI,
					iosExecParams: "ggumim://furniture/view/"+ Number(FurnitureView.infoData.furniture_idx),
					androidExecParams : "ggumim://furniture/view/"+ Number(FurnitureView.infoData.furniture_idx)

			    }
			  }
			]
      	});

해당 코드이고 값은 정상적으로 들어있습니다
지금 현재 feed,commerce 타입쓰고있는데
commerce 타입에서만

warning_msg: {P.L.LI: “. app does not have CUSTOM_MARKET_URL permission. … the permission or it will be dropped or changed.”, P.SL.LI: “. app does not have CUSTOM_MARKET_URL permission. … the permission or it will be dropped or changed.”, P.LI: “. app does not have CUSTOM_MARKET_URL permission. … the permission or it will be dropped or changed.”, C.THL[0].TH.THU: “https://cdn.ggumim.co.kr/cache/furniture/600/20180… the permission or it will be dropped or changed.”}

이런 오류가 뜹니다

CUSTOM_MARKET_URL 권한 오류라 하여

설정 > 웹 플랫폼에 해당 도메인을 등록해봤는데

똑같습니다

모바일 웹 , 안드로이드 앱 에서는 잘되는데
아이폰 앱에서만 작동하지 않습니다 ( 먹통 )

원인이 무엇일까요?

@ssjjh888
혹시 iOS 마켓 주소를 어떻게 입력하셨나요?