Search code examples
androidgoogle-playapk

Does Google analyze uploaded .apk for warnings or errors? Does it affect play market ranking?


I have been using android studio Analyze->Inspect Code… - results often impressive. I started wondering - does Google analyze uploaded .apk file for Lint warnings or some kind of errors? Or even check if you followed their guidelines in app development. Does it have influence on play market search result?


Solution

  • There is no mention of any APK analysis in Android publishing documentation. I believe your app can get flagged, if you go against guidelines. This can result in suspension of your app among other consequences, but none of this affects your Google Play search indexing (aside from the fact you may not be on it if your app is suspended).

    It seems a review process exists for Chrome apps, so perhaps there may be one for Android as well.