Location information cannot be acquired in the debug-built iOS application.

Asked 2 years ago, Updated 2 years ago, 77 views

Model name: iPhone5
OS ver: 8.13

As stated in the title, I am having trouble getting the location information of the debug built application.
You can get it on the ioS Monaca debugger and Android without any problems.

Enter a description of the image here

In the built application, if you start the application with "Always allow" to use the location information as shown in the picture above, this check will be missed and you will not be able to obtain the location information.No matter how many times I check, every time I start the application, the check is off and I cannot get the location information.
Also, I tried ios ver to 8.2 and it was the same.

I would appreciate it if you could let me know if there are any solutions or tips.

monaca

2022-09-30 17:45

2 Answers

The method of obtaining location information has changed from iOS8, but is there any problem with that?
The way you retrieve location information from iOS8 will change

Additional Notes
Summary of iOS 8 Considerations


2022-09-30 17:45

With Cordova 3.5, due to a bug in Cordova, it seems that it is not possible to get a position in iOS 8.1 series.This appears to occur in Cordova's Geolocation plug-in ver0.3.08.If you don't have a Gold plan, you can download the Geolocation plug-in directly from the following page and incorporate it to obtain location information successfully.Already reported to Monaca support.

https://github.com/apache/cordova-plugin-geolocation/tree/r0.3.10


2022-09-30 17:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.