Disable "iPhone" features for Android version
Hi All,
I am creating a new quiz game, and am putting all iPhone features in (gamecenter, IAP, tweet sheet etc).
Now, I am making the app so the screen is dynamic, so that it will be easy to publish to Android.
I want to be able to put in a 'check' in my rules, so that if they are not iPhone then they won't work.
So my question is, does a GS app know if it is on an iPhone or Android?
Thanks,
I am creating a new quiz game, and am putting all iPhone features in (gamecenter, IAP, tweet sheet etc).
Now, I am making the app so the screen is dynamic, so that it will be easy to publish to Android.
I want to be able to put in a 'check' in my rules, so that if they are not iPhone then they won't work.
So my question is, does a GS app know if it is on an iPhone or Android?
Thanks,
Best Answer
-
beefy_clyro Posts: 5,394
There is no way to say Android or iPhone ... Possibly a workaround is if screensize = .... then perform ....
Answers
I`m looking too for anything same as you.
Maybe is android = true change color alpha to 0 and usable to false.
How determine if is android? next question.
Thanks
I haven't tested anything like this before, but in theory it would work. That is, as long as some android device doesn't have the exact same width and height..
Good luck,
- Thomas
also, what about the ratings? how i should setup the android version to have some kind of rating on their store?
then when you publish for android just uncheck it.
If iOS is true show rate request then you'll be ok
i mean if there is any way to have ratings on android stores.