Android title, no one can purchase? WTF

So i put our new app on the store, it says over 480 phones can carry it. This is response from our facebook.

Christopher Bates I tried to download it… But said my phone is not compatible. I have the Samsung droid charge…what’s up??
8 minutes ago · Like

Paul Xavier Blassingame My device is not compatible and I have the thunderbolt not rooted with android 2.3.4
14 minutes ago · Like

T.j. Trawicki Doesn’t work on DROID x either
3 minutes ago · LikeUnlike · 1 person

Brett Fuller wont work on droid 2 gobal

My phone just came out a few months ago… How new does it have to b… Says important not compatible… Samsung droid charge…

Anyone know why this is happening???

Jason Knull Says item requested cant be found
3 minutes ago · LikeUnlike

Jason Knull Evo shift with 2.3.3
3 minutes ago · Like

Did you test it on broadly enough prior firing it up on the store, over devices and versions?
Did you build it for 2.3 with the native activity?

Obviously it seems they can buy it but not run it, because if they can’t buy it it will not show up in the store for them at all (thats handled throught the supported device listing)

I did not test it, i was going to let the fans test it to see if it works per device, so i expected some of this pain. However not the New Thunderbolt. I am thinking its because of the limit of the following:

Required Device Featues
touchscreen.multitouch
screen.landscape
touchscreen
sensor.accelermeter.

I will go back and make it without accelermeter and more screen views. Should i also add commands to non touch devices?

If they are using the browser marketplace it will show up for them still.

It on’t be the accelerometer. Try building an ArmV6VFP version.

Ok, new settings:

Android 2.3.1 API 9
ARMx6
OpenGL 1.x
Net 2.0

and graphics PVRTC
i read the graphics compression doesnt work for everyone, how do you add others if my game is 49megs as is right now?

Ok, new build sucks too…

Adam Prentice Won’t download on a sprint 4g epic… devestating
6 minutes ago · Like

Are there like weird permissions or anything i have to do besides just BUILD the freaking thing?


Have you tried contacting unity or android directly with this issue?

And for the record you probably shouldn’t be putting peoples names and facebook posts randomly on the interwebz :L

don’t use PVRTC or it will only run with compression on anything but the Galaxy S / NExus S
there is no other android phone that supports it, on all others Unity will decompress it

Instead use ETC, thats the android compression

Yes, the fix for this was i put all the settings way down.API 6, generic graphics, mostly set it to older settings and it works fine.
Dream and idea on my other post about KEY NOT PRIVATE?