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 😞
Implements iOS functionality.
Currently only implements
IOSSettings.App
(for app-specific settings) andIOSSettings.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 😞