Hello,
I’m trying to enable iOS location services to grab the LAT LONG and Altitude of a user’s device. I am currently initializing location services on level begin play, starting location services, and then getting a last known location object.
That object always returns values as 0,0,0 each run.
I’ve added keys to the plist file, however, I never saw any pop ups about the app needing location services on launch or run. I feel like I’ve missed something, but havent been able to find any documentation about iOS location services set up and use beyond the tooltips in the editor.
Thank you for the help!