Update Cordova plugin "Request location accuracy" to match current compatibility
It would be great if the plugin would be updated to match iOS's current compatibility requirements.
Documentation issue
Current version causes errors on modern iOS. In my case, when using an iFrame that uses user's location.
I'm submitting a ... (check one with "x"):
Bug report
**Current behavior: Within RequestLocationAccuracy.m
The code:
Gives an Xcode error 'locationServicesEnabled' is deprecated: first deprecated in iOS 4.0. (Xcode 15.2)
I created a clean Cordova project and reinstalled the plugin, to no avail.
Expected behavior: It would be great if the plugin would be updated to match iOS's current compatibility requirements.
Steps to reproduce: When opening the plugin code in Xcode, it gives the error on compiling
Environment information
Runtime issue
iOS build issue:
Feature request
Update Cordova plugin "Request location accuracy" to match current compatibility It would be great if the plugin would be updated to match iOS's current compatibility requirements.
Documentation issue
Current version causes errors on modern iOS. In my case, when using an iFrame that uses user's location.