Is there already an issue requesting this feature?
Please select affected platform(s)
Use case
Use case
When developing iOS applications that integrate with CarPlay, developers need to request notification permissions that work seamlessly across both the iPhone and CarPlay environments. Currently, when using the permission_handler plugin to request notification permissions on iOS, there is no explicit support for CarPlay notifications, which are managed separately through UNAuthorizationOptionCarPlay.
Proposal
Enhance the iOS implementation of Permission.notification to automatically include CarPlay notification permissions when requesting notification access on iOS 10.0+ devices. This provides developers with comprehensive notification permission handling without requiring additional code or configuration.
Specific requirements or considerations
No response
Additional information or context
No response
Is there already an issue requesting this feature?
Please select affected platform(s)
Use case
Use case
When developing iOS applications that integrate with CarPlay, developers need to request notification permissions that work seamlessly across both the iPhone and CarPlay environments. Currently, when using the permission_handler plugin to request notification permissions on iOS, there is no explicit support for CarPlay notifications, which are managed separately through UNAuthorizationOptionCarPlay.
Proposal
Enhance the iOS implementation of Permission.notification to automatically include CarPlay notification permissions when requesting notification access on iOS 10.0+ devices. This provides developers with comprehensive notification permission handling without requiring additional code or configuration.
Specific requirements or considerations
No response
Additional information or context
No response