My Android application does not receive a device that is not supported when trying to download using a tablet

I have an Android application on the market called D Bitly , and I have a tablet user who tries to download it and receives a “device is not supported”. I double-checked the market parameters, and he says that all devices are supported.

I did a quick google search and I don't come up with anything.

Requires 2 permissions:

android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE

and for Android 2.2 and higher.

Any help would be greatly appreciated!

Edit: for those seeking the exact answer. The problem is caused by copy protection. I implemented the licensing service and removed the copy protection, and everything seems to be all right. It’s not entirely clear why copy protection does not play well with tablets or a newer OS ...

+3
source share
1 answer

Your application is available for download for XOOM and Galaxy Tab, so this is not a problem with tablets.

It is possible that this user has a modified ROM or something else that could lead to some confusion with the Market servers. Other than that, it could be something special with this Dell model.

+1
source

All Articles