can't find app on market

前端 未结 3 2026
野性不改
野性不改 2021-01-16 08:39

I installed manually the apk of my app on Asus Transform and it works fine, I deployed it on the market but i can\'t find it (I can find it with my Samsung Galaxy Ace), shou

3条回答
  •  不要未来只要你来
    2021-01-16 08:55

    It could be that you are allowing the permission CALL_PHONE. If I'm not mistaken the Transform can't make a phone call. As a result the app is likely be filtered out of the market based on that.

    Here's a quote from the page on developers.android.com

    Each time you upload an application to the Android Market Publisher Site, Android Market scans the application's manifest file. It looks for elements and evaluates them in combination with other elements, in some cases, such as and elements. After establishing the application's set of required features, it stores that list internally as metadata associated with the application .apk and the application version.

    When a user searches or browses for applications using the Android Market application, the service compares the features needed by each application with the features available on the user's device. If all of an application's required features are present on the device, Android Market allows the user to see the application and potentially download it. If any required feature is not supported by the device, Android Market filters the application so that it is not visible to the user and not available for download.

    Here's a link to the page: http://developer.android.com/guide/topics/manifest/uses-feature-element.html

    Hope this helps you out.

    Edit - Sorry this duplicates Nanne's answer was typing as they were posting.

提交回复
热议问题