app not showing on Android Google play but do show when browsing Google play from PC












-1















Yesterday I published my first app on Google play.
I can find the app when searching Google play from PC (using Chrome)
but when I search Google play from my Android cellphone it is not found.



After reading some posts having the same issue I changed the app name to be more unique but still I cannot find it on my Android cellphone Google play.



Any idea of why the app is found when browsing Google play from PC and not found when searching Google play from my cellphone device ?



EDIT:
app manifest.xml



<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.co.boom.acc_aid">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera2.full" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:allowBackup="true"
android:icon="@drawable/accident"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<activity android:name=".getOfficeID"></activity>
<activity
android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>









share|improve this question

























  • its because of different routing and google cdn update delay

    – Arash GM
    Nov 21 '18 at 6:54
















-1















Yesterday I published my first app on Google play.
I can find the app when searching Google play from PC (using Chrome)
but when I search Google play from my Android cellphone it is not found.



After reading some posts having the same issue I changed the app name to be more unique but still I cannot find it on my Android cellphone Google play.



Any idea of why the app is found when browsing Google play from PC and not found when searching Google play from my cellphone device ?



EDIT:
app manifest.xml



<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.co.boom.acc_aid">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera2.full" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:allowBackup="true"
android:icon="@drawable/accident"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<activity android:name=".getOfficeID"></activity>
<activity
android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>









share|improve this question

























  • its because of different routing and google cdn update delay

    – Arash GM
    Nov 21 '18 at 6:54














-1












-1








-1








Yesterday I published my first app on Google play.
I can find the app when searching Google play from PC (using Chrome)
but when I search Google play from my Android cellphone it is not found.



After reading some posts having the same issue I changed the app name to be more unique but still I cannot find it on my Android cellphone Google play.



Any idea of why the app is found when browsing Google play from PC and not found when searching Google play from my cellphone device ?



EDIT:
app manifest.xml



<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.co.boom.acc_aid">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera2.full" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:allowBackup="true"
android:icon="@drawable/accident"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<activity android:name=".getOfficeID"></activity>
<activity
android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>









share|improve this question
















Yesterday I published my first app on Google play.
I can find the app when searching Google play from PC (using Chrome)
but when I search Google play from my Android cellphone it is not found.



After reading some posts having the same issue I changed the app name to be more unique but still I cannot find it on my Android cellphone Google play.



Any idea of why the app is found when browsing Google play from PC and not found when searching Google play from my cellphone device ?



EDIT:
app manifest.xml



<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="it.co.boom.acc_aid">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera2.full" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:allowBackup="true"
android:icon="@drawable/accident"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<activity android:name=".getOfficeID"></activity>
<activity
android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>






android google-play-services






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 '18 at 12:35







Shai

















asked Nov 21 '18 at 6:16









ShaiShai

5011




5011













  • its because of different routing and google cdn update delay

    – Arash GM
    Nov 21 '18 at 6:54



















  • its because of different routing and google cdn update delay

    – Arash GM
    Nov 21 '18 at 6:54

















its because of different routing and google cdn update delay

– Arash GM
Nov 21 '18 at 6:54





its because of different routing and google cdn update delay

– Arash GM
Nov 21 '18 at 6:54












2 Answers
2






active

oldest

votes


















1














Here is my 2 cents. There can be multiple possibilities.



1- Apps are not shown on devices which don't support them. Please check your manifest xml file. Maybe its some specific features that you have stated mandatory there and is not available on your device, or maybe its the minimum supported OS version etc. Here is how you can see from Play console which devices are in the exclusion list : View & restrict your app's compatible devices. Quoting from uses-feature




Google Play uses the elements declared in your app manifest to filter your app from devices that do not meet its hardware and software feature requirements.



By specifying the features that your application requires, you enable Google Play to present your application only to users whose devices meet the application's feature requirements, rather than presenting it to all users.




2- It takes some time for the changes to propagate. You can try clearing your cache / data of Google Play app and then try searching.





Update



From the manifest you shared I can see you declared the following:




<uses-feature android:name="android.hardware.camera2.full" />




without using android:required attribute. From the documentation of android:required attribute:




The default value for android:required if not declared is "true".




This means if a device doesn't have this feature, it will not be a supported device and won't show the app on Play store app on the device. That's probably what's happening. Check the following answer on the question Google Play - Zero supported Devices, Not able to find app. It might help fix your issue.






share|improve this answer


























  • 1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

    – Shai
    Nov 21 '18 at 7:31











  • If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

    – Shobhit Puri
    Nov 21 '18 at 9:14













  • I've added the link in answer with more info on that

    – Shobhit Puri
    Nov 21 '18 at 9:19











  • I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

    – Shai
    Nov 21 '18 at 12:41













  • @Shai See my updated answer.

    – Shobhit Puri
    Nov 21 '18 at 19:03



















1














There are 3 possible things it can possibly be.




  1. check the os version of the mobile and the minimum version of the APK if your mobile os is between the supported range you should see it.


  2. Check the region where you published the app, is it for a specific country/location. you may not see the app that is not published in your region.


  3. Check if an app requires any mandatory features which your mobile doesn't support. Eg: Apps with camera feature required will not be visible on android phones without a camera.







share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53406245%2fapp-not-showing-on-android-google-play-but-do-show-when-browsing-google-play-fro%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Here is my 2 cents. There can be multiple possibilities.



    1- Apps are not shown on devices which don't support them. Please check your manifest xml file. Maybe its some specific features that you have stated mandatory there and is not available on your device, or maybe its the minimum supported OS version etc. Here is how you can see from Play console which devices are in the exclusion list : View & restrict your app's compatible devices. Quoting from uses-feature




    Google Play uses the elements declared in your app manifest to filter your app from devices that do not meet its hardware and software feature requirements.



    By specifying the features that your application requires, you enable Google Play to present your application only to users whose devices meet the application's feature requirements, rather than presenting it to all users.




    2- It takes some time for the changes to propagate. You can try clearing your cache / data of Google Play app and then try searching.





    Update



    From the manifest you shared I can see you declared the following:




    <uses-feature android:name="android.hardware.camera2.full" />




    without using android:required attribute. From the documentation of android:required attribute:




    The default value for android:required if not declared is "true".




    This means if a device doesn't have this feature, it will not be a supported device and won't show the app on Play store app on the device. That's probably what's happening. Check the following answer on the question Google Play - Zero supported Devices, Not able to find app. It might help fix your issue.






    share|improve this answer


























    • 1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

      – Shai
      Nov 21 '18 at 7:31











    • If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

      – Shobhit Puri
      Nov 21 '18 at 9:14













    • I've added the link in answer with more info on that

      – Shobhit Puri
      Nov 21 '18 at 9:19











    • I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

      – Shai
      Nov 21 '18 at 12:41













    • @Shai See my updated answer.

      – Shobhit Puri
      Nov 21 '18 at 19:03
















    1














    Here is my 2 cents. There can be multiple possibilities.



    1- Apps are not shown on devices which don't support them. Please check your manifest xml file. Maybe its some specific features that you have stated mandatory there and is not available on your device, or maybe its the minimum supported OS version etc. Here is how you can see from Play console which devices are in the exclusion list : View & restrict your app's compatible devices. Quoting from uses-feature




    Google Play uses the elements declared in your app manifest to filter your app from devices that do not meet its hardware and software feature requirements.



    By specifying the features that your application requires, you enable Google Play to present your application only to users whose devices meet the application's feature requirements, rather than presenting it to all users.




    2- It takes some time for the changes to propagate. You can try clearing your cache / data of Google Play app and then try searching.





    Update



    From the manifest you shared I can see you declared the following:




    <uses-feature android:name="android.hardware.camera2.full" />




    without using android:required attribute. From the documentation of android:required attribute:




    The default value for android:required if not declared is "true".




    This means if a device doesn't have this feature, it will not be a supported device and won't show the app on Play store app on the device. That's probably what's happening. Check the following answer on the question Google Play - Zero supported Devices, Not able to find app. It might help fix your issue.






    share|improve this answer


























    • 1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

      – Shai
      Nov 21 '18 at 7:31











    • If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

      – Shobhit Puri
      Nov 21 '18 at 9:14













    • I've added the link in answer with more info on that

      – Shobhit Puri
      Nov 21 '18 at 9:19











    • I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

      – Shai
      Nov 21 '18 at 12:41













    • @Shai See my updated answer.

      – Shobhit Puri
      Nov 21 '18 at 19:03














    1












    1








    1







    Here is my 2 cents. There can be multiple possibilities.



    1- Apps are not shown on devices which don't support them. Please check your manifest xml file. Maybe its some specific features that you have stated mandatory there and is not available on your device, or maybe its the minimum supported OS version etc. Here is how you can see from Play console which devices are in the exclusion list : View & restrict your app's compatible devices. Quoting from uses-feature




    Google Play uses the elements declared in your app manifest to filter your app from devices that do not meet its hardware and software feature requirements.



    By specifying the features that your application requires, you enable Google Play to present your application only to users whose devices meet the application's feature requirements, rather than presenting it to all users.




    2- It takes some time for the changes to propagate. You can try clearing your cache / data of Google Play app and then try searching.





    Update



    From the manifest you shared I can see you declared the following:




    <uses-feature android:name="android.hardware.camera2.full" />




    without using android:required attribute. From the documentation of android:required attribute:




    The default value for android:required if not declared is "true".




    This means if a device doesn't have this feature, it will not be a supported device and won't show the app on Play store app on the device. That's probably what's happening. Check the following answer on the question Google Play - Zero supported Devices, Not able to find app. It might help fix your issue.






    share|improve this answer















    Here is my 2 cents. There can be multiple possibilities.



    1- Apps are not shown on devices which don't support them. Please check your manifest xml file. Maybe its some specific features that you have stated mandatory there and is not available on your device, or maybe its the minimum supported OS version etc. Here is how you can see from Play console which devices are in the exclusion list : View & restrict your app's compatible devices. Quoting from uses-feature




    Google Play uses the elements declared in your app manifest to filter your app from devices that do not meet its hardware and software feature requirements.



    By specifying the features that your application requires, you enable Google Play to present your application only to users whose devices meet the application's feature requirements, rather than presenting it to all users.




    2- It takes some time for the changes to propagate. You can try clearing your cache / data of Google Play app and then try searching.





    Update



    From the manifest you shared I can see you declared the following:




    <uses-feature android:name="android.hardware.camera2.full" />




    without using android:required attribute. From the documentation of android:required attribute:




    The default value for android:required if not declared is "true".




    This means if a device doesn't have this feature, it will not be a supported device and won't show the app on Play store app on the device. That's probably what's happening. Check the following answer on the question Google Play - Zero supported Devices, Not able to find app. It might help fix your issue.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Nov 21 '18 at 20:33

























    answered Nov 21 '18 at 7:01









    Shobhit PuriShobhit Puri

    21.5k672102




    21.5k672102













    • 1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

      – Shai
      Nov 21 '18 at 7:31











    • If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

      – Shobhit Puri
      Nov 21 '18 at 9:14













    • I've added the link in answer with more info on that

      – Shobhit Puri
      Nov 21 '18 at 9:19











    • I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

      – Shai
      Nov 21 '18 at 12:41













    • @Shai See my updated answer.

      – Shobhit Puri
      Nov 21 '18 at 19:03



















    • 1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

      – Shai
      Nov 21 '18 at 7:31











    • If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

      – Shobhit Puri
      Nov 21 '18 at 9:14













    • I've added the link in answer with more info on that

      – Shobhit Puri
      Nov 21 '18 at 9:19











    • I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

      – Shai
      Nov 21 '18 at 12:41













    • @Shai See my updated answer.

      – Shobhit Puri
      Nov 21 '18 at 19:03

















    1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

    – Shai
    Nov 21 '18 at 7:31





    1. I ran the app on my device so I guess device is supported. 2. I'll wait. Thanks

    – Shai
    Nov 21 '18 at 7:31













    If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

    – Shobhit Puri
    Nov 21 '18 at 9:14







    If you share your manifest, we can see if that's the case or not. It only tells play store to not show it on unsupported devices on play store. If you run it on debug mode, it will still run. Just double check

    – Shobhit Puri
    Nov 21 '18 at 9:14















    I've added the link in answer with more info on that

    – Shobhit Puri
    Nov 21 '18 at 9:19





    I've added the link in answer with more info on that

    – Shobhit Puri
    Nov 21 '18 at 9:19













    I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

    – Shai
    Nov 21 '18 at 12:41







    I have added the manifest to my post. I followed the instructions in link you shared and it shows 0 (zero) SUPPORTED DEVICES, can't figure why.

    – Shai
    Nov 21 '18 at 12:41















    @Shai See my updated answer.

    – Shobhit Puri
    Nov 21 '18 at 19:03





    @Shai See my updated answer.

    – Shobhit Puri
    Nov 21 '18 at 19:03













    1














    There are 3 possible things it can possibly be.




    1. check the os version of the mobile and the minimum version of the APK if your mobile os is between the supported range you should see it.


    2. Check the region where you published the app, is it for a specific country/location. you may not see the app that is not published in your region.


    3. Check if an app requires any mandatory features which your mobile doesn't support. Eg: Apps with camera feature required will not be visible on android phones without a camera.







    share|improve this answer






























      1














      There are 3 possible things it can possibly be.




      1. check the os version of the mobile and the minimum version of the APK if your mobile os is between the supported range you should see it.


      2. Check the region where you published the app, is it for a specific country/location. you may not see the app that is not published in your region.


      3. Check if an app requires any mandatory features which your mobile doesn't support. Eg: Apps with camera feature required will not be visible on android phones without a camera.







      share|improve this answer




























        1












        1








        1







        There are 3 possible things it can possibly be.




        1. check the os version of the mobile and the minimum version of the APK if your mobile os is between the supported range you should see it.


        2. Check the region where you published the app, is it for a specific country/location. you may not see the app that is not published in your region.


        3. Check if an app requires any mandatory features which your mobile doesn't support. Eg: Apps with camera feature required will not be visible on android phones without a camera.







        share|improve this answer















        There are 3 possible things it can possibly be.




        1. check the os version of the mobile and the minimum version of the APK if your mobile os is between the supported range you should see it.


        2. Check the region where you published the app, is it for a specific country/location. you may not see the app that is not published in your region.


        3. Check if an app requires any mandatory features which your mobile doesn't support. Eg: Apps with camera feature required will not be visible on android phones without a camera.








        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 21 '18 at 7:15









        Thunder

        2,5752720




        2,5752720










        answered Nov 21 '18 at 7:07









        Suraj JadhavSuraj Jadhav

        487




        487






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53406245%2fapp-not-showing-on-android-google-play-but-do-show-when-browsing-google-play-fro%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            MongoDB - Not Authorized To Execute Command

            Npm cannot find a required file even through it is in the searched directory

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith