dariosalvi78 / cordova-plugin-health

Cordova plugin for the HealthKit and Google Fit frameworks
MIT License
179 stars 130 forks source link

openHealthSettings method does not work. #351

Open Olivr3 opened 1 week ago

Olivr3 commented 1 week ago

We are receiving the following error when calling cordova.plugins.health.openHealthSettings.

BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).

Screenshot 2024-11-26 at 11 38 15 AM

Tested were performed on an iPhone 16 iOS 17.4

Screenshot 2024-11-26 at 11 42 13 AM
dariosalvi78 commented 1 week ago

must be some deprecated method that needs to be updated. If you have time, do you want to try to solve it and send a pull request?