I would like to check in my app if device is a Kindle one or another android model Using Application:getDeviceInfo() i cannot reach this information. Are there some ways to do it? maybe by a plugin
ok but they're not accessible from inside gideros app
i'd like to sell the app on the playstore with ads and in kindle store without them but i'd prefer to insert this logic directly inside gideros and not duplicating the app to prevent someone to extract the files from kindle apk and distribute outside without ads
Comments
is there any specific purpose for it?
Only way I think it could be done is checking the Build.Manufacture and Model:
http://developer.android.com/reference/android/os/Build.html#MODEL
which should return models described here:
https://developer.amazon.com/sdk/fire/specifications.html
i'd like to sell the app on the playstore with ads and in kindle store without them but i'd prefer to insert this logic directly inside gideros and not duplicating the app to prevent someone to extract the files from kindle apk and distribute outside without ads
in kindle you have to buy the adfree app
but ... you're right Unlying: this way if a kindle user take apk from playstore he will have it for free and without adv.
anyway, if i could distinguish then I could al least implement two blocked versions
excuse me for my barbarian english