I have a use case where if the user denied any permission(camera, microphone, etc), an alert must be shown to the user to navigate to setting->Privacy and grant permissions which were denied previously.
Because these are required permissions to further functionality I need to ask with an alert, otherwise, it will be useless.
So how does it affect AppStore guidelines? Does Appstore reject these kinds of apps?
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/
referred to the above link, but didn't find anything like don't ask for the permission with a custom popup, etc
Because these are required permissions to further functionality I need to ask with an alert, otherwise, it will be useless.
So how does it affect AppStore guidelines? Does Appstore reject these kinds of apps?
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/
referred to the above link, but didn't find anything like don't ask for the permission with a custom popup, etc