Android Question Users can not install my app

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Users which have Android 4.2.2 and 5.02 are not able to install my app from Google Play Store (No download because the device it's not ompatible) :eek:.
This is my Manifest file:
-----------------------------------------------------------------------------
'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="9" android:targetSdkVersion="16"/>



<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
'<uses-permission android:name="android.permission.READ_PHONE_STATE"/>

<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)

SetApplicationAttribute(android:largeHeap,"true")
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")

'End of default text.
'admob interstitial

AddApplicationText(
<meta-data android:name="com.google.android.gms.version"
android:value = "@Integer/google_play_services_version"/>
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
)
-------------------------------------------------


Can you try my apk, please?

Please, if you have this version of Android (4.2.2 or 5.0.2) , install my App and download Here (It's Only Italian, excuse me, but please, inform me if you can download it :(:

PAROLAMIX GAMES


 

DonManfred

Expert
Licensed User
Longtime User
Seems i dont have any Valid Devices for this app.

My Devices are:
- 5.1.2 CM (Note 3)
- 5.1.2 Stock-ROM (S6 EDGE)
- 4.3 samsung NotePRO 12,2"
 
Upvote 0

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Sorry mate i tried but this is what it shows:

it is because of the country not the device, actually.
 

Attachments

  • parolamix.png
    parolamix.png
    77.1 KB · Views: 130
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Thanks but i don't know becuase this game not have compativility with this version of Android! :(
Where are I wrong?
 
Upvote 0

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
the problem (at least for me, and presume for the others not being able to install it in any device) is not the version of android, but the country (Mexico), i tried with your other apps and they all were fine, may be in the configuration of google play you made it for Italy only.
 
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Sorry. For change and correct the problem in my game, I've published only Laos :D.
But now, when Ive update the new feature and downloader the new APK (1.02), Ive insert All World (but it's an update waiting for now).
...it's this the problem? :oops:
When the transfert update it's done, I avvise you.
Thanks!
 
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
OK. Now the Game is into the Store. Version 1.02
Please view if appear when you can download it.
Thanks
 
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Tankyou very much! ;)
The people write me when in the Smartphone 4.2.2 and tablet 5.0.2 it' not work...and the version for all world :eek:.
Now I supose when my game start without problem in more android version.
Thanks agains and, if other people when read this message, can test if view and install in your device andsign android version ...I've really grateful. (of course, once tested, you can uninstall it, it without problems). ;)
 
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
thanks regards, Bill Kantz ;)
 
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Sorex, what is now the comptibility with your device? (I think with the Froyo and Gigngerbread device it's not compatible or not work).
 
Upvote 0

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Thanks LucaMS ;)
In Froyo don't work. I've tested in one device with this O.S (Samsung GTS5570 2.2.1). If I install with B4a into this device, have a error when create the view :p
 
Upvote 0
Top