RaphaelWoude / capacitor-native-settings

Capacitor plugin to open native settings screens for android and iOS
MIT License
95 stars 30 forks source link

Implement iOS #1

Closed dennisameling closed 3 years ago

dennisameling commented 3 years ago

Implements iOS functionality.

Currently only implements IOSSettings.App (for app-specific settings) and IOSSettings.General (for opening general iOS settings).

In iOS 11 and higher, the private APIs that could be used in the past are no longer available, and causes apps to be declined from the app store. This is the most we can do for now, unfortunately 😞

RaphaelWoude commented 3 years ago

I have a feeling that App-Prefs:root=General will get denied if used in any production apps. Will be testing this soon. Thanks 🚀