Hello
Sorry for my bad English first.
I working on a game and it is nearly finished
Now i make plans to put it in the google playstore
THe game used the light sensor (pSensor As PhoneSensors)
pSensor.StartListening("LightEvent")= True Then
Log("light sensor supported")
End If
and the Awake As PhoneWakeState
and Orientation As PhoneOrientation
Without that sensors inside the phone the game will not work.
How can i google play let know that only phones who have these sensors inside can download it? (and show only the game in the playstore if the phone have the sensors?)
Or will B4a it handle for me?
Let me know