Hi Sf and all
I am trying to see if I can stop the "Allow Location Access" messages to stop in my updated games with play services...
It there something specific causing that?
Thanks
Gary
I'm no longer support older versions of AE. It's have been fixed.....
Thanks SF,
I will most likely update the new game with the latest version when I have more time :)
Can you tell me if the fix was done in SDL activity or play services?
Gps issue was in sdl. Im cant supports older yet. V2.9 is quite old.
Okay thankt SF!
I just commented out line
// Create GPS instance
// androidGPS = new AndroidGPS(this);
And this seem s to have don the trick :)
If I dont use GPS functions I should be okay then :)
im checked the permissions, before its trying to invoke the lines. so if GPS permissions not used, its newer try to use it, and no locations issue seen.
Im thinks im fixed that so long back in AE 2.11 or around there.
The most hearvy change in 3.0 is property the game controller code, which removed the old GameController$() and using GameInput API instead. Rest should been pretty much compatible.