스토어에 앱 등록이안됩니다.(kakaolink스킴문제)

AndroidManifest 파일에서 카카오링크를 사용하기 위해 등록한 인텐트 필터를

<intent-filter android:autoVerify="true">
    <action android:name="android.intent.action.VIEW" />
    <category android:name="android.intent.category.DEFAULT" />
    <category android:name="android.intent.category.BROWSABLE" />
    <data android:host="kakaolink.com" android:scheme="kakao[NATIVE_APP_KEY]" />
    <data android:scheme="http" android:host="kakaolink.com" />
    <data android:scheme="https" android:host="kakaolink.com" />
</intent-filter>

위와 같이 수정 부탁드립니다.

1개의 좋아요