I'm attempting to send users to the device storages settings when storage is low. This is from an app and is triggered on a button press. There doesn't seem to be a clear answer if using open URL with "App-prefs:root=CASTLE&path=STORAGE_AND_BACKUP" is something that will get your app rejected. A response from apple support would be appreciated!
Is there a better way to acheive this?
Jordan
AFAIK, that Setting URL stopped functioning starting in iOS 11 and is considered a Private API to Apple only, use of which is a common rejection.
URL can be used to go directly to Settings/MyApp/, but that doesn't fit your goal of which there is no current means outside of the user leaving your app for Settings global.
Otherwise, note that support isn't here. Feel free to use the 'Contact Us' link below to reach out directly.
Good luck.