안드로이드

[Android] 리젝 Intent Scheme Hijacking

SojuMan 2020. 1. 13. 17:04


앱 업로드 리젝 사유 


Intent Scheme Hijacking

Your app(s) are using a WebView that is vulnerable to Intent scheme hijacking.

To address this issue, follow the steps in this Google Help Center article.


Google 가이드 문서

https://support.google.com/faqs/answer/9101196


처리 방안은 

1. 해당 옵션이 true라면 False로 설정

android:usesCleartextTraffic="false" 



2. Intent 로 URL을 받아 WEBView에 세팅한다면 해당 부분을 http 를 체크하여 https로 변환 설정