IOS location service
I am having an issue using Input.location.isEnabledByUser, it seems to be only getting the value of the location service settings, and return false even if the Restrictions are disabled.
So basically what I do is, Enable restrictions, change the setting of location services to true. At that point it returns true. I set the setting to false. It returns false. I disable restrictions. It still return false.
So is there a way to find out if restrictions are enabled? or, does Input.location.isEnabledByUser should handle if restrictions are enabled.
I am using unity 2017.2.0f3
Your answer

Follow this Question
Related Questions
Utilizing Google Play Location Services 0 Answers
Unity Remote 5 with Unity 5.4.1 no location service on iOS 10.1 0 Answers
Converting UTM Coordinates to Lat/Long 2 Answers
Characters not attaching to prefab location when spawned? 0 Answers
Mobile Notification Package iOS Location Trigger (Geofencing) not firing 3 Answers