Hello all,
For the last year or so I released several versions for my app on Google Play, all went well. When the time was right, I updated the Manifest so that the app would be available on newer versions of Android.
A few people complained that they aren't able to find the app listed on Google Play, even if they used terminals like the Galaxy S4. I've checked that myself on a few phones that are available at the phone shops and it's true, some of them don't list the app (this is true for phones with Android 4.3 and above), but the Galaxy S5 finds it successfully for instance.
So... some phones with Android 4.3+ do find the app, others don't. I have no idea why but I need to fix this somehow.
Here is my stating bit of the Manifest:
If anyone could help that would be very very useful!
Thank you!
Adrian
For the last year or so I released several versions for my app on Google Play, all went well. When the time was right, I updated the Manifest so that the app would be available on newer versions of Android.
A few people complained that they aren't able to find the app listed on Google Play, even if they used terminals like the Galaxy S4. I've checked that myself on a few phones that are available at the phone shops and it's true, some of them don't list the app (this is true for phones with Android 4.3 and above), but the Galaxy S5 finds it successfully for instance.
So... some phones with Android 4.3+ do find the app, others don't. I have no idea why but I need to fix this somehow.
Here is my stating bit of the Manifest:
B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="18" android:maxSdkVersion="19"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
If anyone could help that would be very very useful!
Thank you!
Adrian