Okay, I got a replay in regards to my question to the apps. The Animal Games App was an overlook on my part, but I got this response in regards to my latest app:
In regard to “Puzzle Maker for Kids: Create Your Own Jigsaw Puzzles from
Pictures - A Puzzle Game for Toddlers, Preschoolers, and Young
Children.” :
The manifest file calls for capabilities that the Nexus 7 does not have
physically, so it was filtered as incompatible because of that.If you
fix the AndroidManifest.xml file to match what the Nexus 7 can do, then
submit it as an upgrade, then it should pass testing and be listed as
compatible.
Here is what I have in my manifest:
usesPermissions =
{
“android.permission.CAMERA”,
--“com.android.vending.BILLING”,
},
usesFeatures =
{
{ name = “android.hardware.camera”, required = false },
{ name = “android.hardware.camera.front”, required = false },
},
So my app does require a camera; however, the camera can be front or rear facing. On Google Play, when I set: “name = “android.hardware.camera”, required = false” to true then the Nexus 7 was no longer compatible. When I have the current setup on Google Play, Nexus 7 is compatable. It; however, still is not compatable on Amazon.
What am I doing wrong here?
Thanks,
Scott