GLBasic forum

Main forum => GLBasic - en => Topic started by: MrPlow on 2015-Oct-19

Title: AE 2.9 etc
Post by: MrPlow on 2015-Oct-19
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
Title: Re: AE 2.9 etc
Post by: spacefractal on 2015-Oct-19
I'm no longer support older versions of AE. It's have been fixed.....
Title: Re: AE 2.9 etc
Post by: MrPlow on 2015-Oct-19
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?


Title: Re: AE 2.9 etc
Post by: spacefractal on 2015-Oct-19
Gps issue was in sdl. Im cant supports older yet. V2.9 is quite old.
Title: Re: AE 2.9 etc
Post by: MrPlow on 2015-Oct-19
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 :)
Title: Re: AE 2.9 etc
Post by: spacefractal on 2015-Oct-19
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.