안녕하십니까
App 검색 문제로 어려움이 있어 글을 올립니다.
Play Stoe에 App을 등록했는데
Web Store에서는 App명이나 패키지로 검색이 잘 됩니다.
https://play.google.com/store/apps/details?id=com.bainil.app
https://play.google.com/store/search?q=bainil
https://play.google.com/store/search?q=com.bainil.app
Android App에서도 Store로 연결이 잘 됩니다.
Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://search?q=bainil));
그런데 문제는 Google Play App에서는 App 관련 어떠한 키워드나 패키지명을 넣어도 검색이 안됩니다.
여러가지 방법을 찾아 보고 구글측에 문의를 해도 시원치 않는 답변만 오고 있습니다.
혹 저와 같은 문제를 경험하신 분이나 해결하신 분이 계시면
도움을 부탁드립니다. 감사합니다.
구글 플레이 App의 리스트는 현재 단말에서 설치 가능한 앱의 리스트만 보여줍니다.
위에 Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://search?q=bainil)); 로
연결은 된다고 하셨으니 연결해서 설치 눌러보세요.
설치가 안된다면 androidmenifest.xml을 수정하셔야 합니다.