I am engaged on a Flutter cell utility the place I want to supply customers with a shortcut to the gadget’s Date & Time settings once they press a button. For the iOS model of the app, I’m contemplating opening the settings URL straight with one thing like:
const url="App-Prefs:root=Common&path=DATE_AND_TIME";
Nevertheless, I’m uncertain if this strategy is compliant with Apple’s App Retailer Evaluation Tips. Particularly, I’ve issues about whether or not utilizing such a URL scheme to straight navigate to the system settings may result in rejection throughout the app evaluate course of.
Does anybody have expertise with this kind of performance in a broadcast iOS app? Is there a advisable or safer method to obtain related performance with out risking app retailer rejection?
Any steering or insights on navigating to iOS system settings from a Flutter app, whereas making certain compliance with App Retailer insurance policies, could be tremendously appreciated.