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 ...
source
share