EddyVerbruggen / HealthKit

Cordova plugin for the iOS HealthKit framework
MIT License
168 stars 220 forks source link

The permission settings page does not open #121

Open CiprianDaniel opened 3 years ago

CiprianDaniel commented 3 years ago

Eg: At first attempt we request permission for 6 types, and for one denied permission (from Health App settings page). At the second login we request the same type permissions, the permission for previous denied type does not open the page with type's permissions on Health App.
I don't know how to request permission for a denied type. I can request permission just if I reinstall my application. Can you give me a suggestion how to open Health App permission page all the time? Even if permission for some type was denied. Thank you.