can't find app on market

前端 未结 3 1986
野性不改
野性不改 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:52

    CHeck out the permissions: you are asking for some things that the transform might not have (for instance: ACCESS_GPS, CALL_PHONE and WRITE_EXTERNAL_STORAGE).

    If the device doesn't support one of these (doesn't have a simcard, doesn't support GPS, etc), then you probably can't find it.

提交回复
热议问题