A customer who purchased my app told me that he noticed several days ago that my app does not show up in the market on his phone and when going to the Android Market website it tells him that his device is not compatible.
I don't understand why this is happening though. He was able to access it previously and nothing really has changed in my app. (Permissions are all the same).
His device is a Samsung Galaxy Nexus (toro) and in my developer console it lists that device as supported. I have only manually excluded Wildfire phones (because their resolution is too small for me to work with).
I also noticed that Android has automatically filtered out the Behold II (sgh-t939), Moment (sph-m900) and Galaxy (gt-i7500), although looking them up online I cannot figure out why.
It's bad enough to have a paid customer unable to access my app, but I also wonder how many others this has happened to. I have seen a couple recent comments about my app 'no longer working' but I also just fixed a minor bug that made it appear that it wasn't working but it was (just slowly). As such, I don't know what the comments were getting at. In other words, typical useless comments!
The only thing I changed somewhat recently was that I blocked a lot of foreign countries only because 1) My app will not work in 99% of them because they don't have access to the correct external hardware and 2) Most of the 1 star reviews were left in foreign languages, suggesting to me that they were trying my app in a country that it would never work in anyway. And yes, the customer in question is from the U.S. and no that country isn't filtered.
Below are the permissions required by my APK. Any ideas? I have tried unpublishing and republishing my app (saw that tip on another forum) but he hasn't responded that it worked.
I don't understand why this is happening though. He was able to access it previously and nothing really has changed in my app. (Permissions are all the same).
His device is a Samsung Galaxy Nexus (toro) and in my developer console it lists that device as supported. I have only manually excluded Wildfire phones (because their resolution is too small for me to work with).
I also noticed that Android has automatically filtered out the Behold II (sgh-t939), Moment (sph-m900) and Galaxy (gt-i7500), although looking them up online I cannot figure out why.
It's bad enough to have a paid customer unable to access my app, but I also wonder how many others this has happened to. I have seen a couple recent comments about my app 'no longer working' but I also just fixed a minor bug that made it appear that it wasn't working but it was (just slowly). As such, I don't know what the comments were getting at. In other words, typical useless comments!
The only thing I changed somewhat recently was that I blocked a lot of foreign countries only because 1) My app will not work in 99% of them because they don't have access to the correct external hardware and 2) Most of the 1 star reviews were left in foreign languages, suggesting to me that they were trying my app in a country that it would never work in anyway. And yes, the customer in question is from the U.S. and no that country isn't filtered.
Below are the permissions required by my APK. Any ideas? I have tried unpublishing and republishing my app (saw that tip on another forum) but he hasn't responded that it worked.
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
Last edited: