Google Play store says "This item is not compatible with your device '

Good morning,
I uploaded an application “Memorize Idi” and the evidence appears to me that the device supports Samsung GT-I9000 (is what I have for development testing) but Google Play store says "This item is not compatible with your device ’
What can happen?
thank you very much [import]uid: 13461 topic_id: 33662 reply_id: 333662[/import]

What permissions are you asking for in your build.settings?
[import]uid: 199310 topic_id: 33662 reply_id: 133847[/import]

my build file looks like this:

settings =
{
orientation =
{
default = “portrait”,
supported = { “portrait”, “portraitUpsideDown”, },
},
iphone =
{
plist =
{

CFBundleLocalizations =
{
“en”, – < “fr”, – < “es”, – < },
CFBundleIconFile = “Icon@2x.png”,
UIPrerenderedIcon = true,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
},
}
} [import]uid: 13461 topic_id: 33662 reply_id: 133871[/import]

Okay nothing there that would show you’re trying to use some hardware that doesn’t exist which is known to cause this.

Are you providing all the required icons? I installed it on my Nexus 7 and it asked for precise GPS access. Does your device have a GPS? [import]uid: 199310 topic_id: 33662 reply_id: 133938[/import]

What permissions are you asking for in your build.settings?
[import]uid: 199310 topic_id: 33662 reply_id: 133847[/import]

my build file looks like this:

settings =
{
orientation =
{
default = “portrait”,
supported = { “portrait”, “portraitUpsideDown”, },
},
iphone =
{
plist =
{

CFBundleLocalizations =
{
“en”, – < “fr”, – < “es”, – < },
CFBundleIconFile = “Icon@2x.png”,
UIPrerenderedIcon = true,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
},
}
} [import]uid: 13461 topic_id: 33662 reply_id: 133871[/import]

Okay nothing there that would show you’re trying to use some hardware that doesn’t exist which is known to cause this.

Are you providing all the required icons? I installed it on my Nexus 7 and it asked for precise GPS access. Does your device have a GPS? [import]uid: 199310 topic_id: 33662 reply_id: 133938[/import]