@@ -110,6 +110,7 @@ You must list the permission you want to use in your application:
110110 ' PERMISSION_LOCATION_WHENINUSE=0' ,
111111
112112 # # dart: PermissionGroup.notification
113+ # # Note: On iOS 10.0+, includes CarPlay notification permissions
113114 ' PERMISSION_NOTIFICATIONS=1' ,
114115
115116 # # dart: PermissionGroup.mediaLibrary
@@ -161,7 +162,7 @@ You must list the permission you want to use in your application:
161162| PermissionGroup.photosAddOnly | NSPhotoLibraryAddUsageDescription | PERMISSION_PHOTOS_ADD_ONLY |
162163| PermissionGroup.location, PermissionGroup.locationAlways, PermissionGroup.locationWhenInUse | NSLocationUsageDescription, NSLocationAlwaysAndWhenInUseUsageDescription, NSLocationWhenInUseUsageDescription | PERMISSION_LOCATION |
163164| PermissionGroup.locationWhenInUse | NSLocationWhenInUseUsageDescription | PERMISSION_LOCATION_WHENINUSE |
164- | PermissionGroup.notification | PermissionGroupNotification | PERMISSION_NOTIFICATIONS |
165+ | PermissionGroup.notification | PermissionGroupNotification (iOS 10.0+ includes CarPlay notifications) | PERMISSION_NOTIFICATIONS |
165166| PermissionGroup.mediaLibrary | NSAppleMusicUsageDescription, kTCCServiceMedia | PERMISSION_MEDIA_LIBRARY |
166167| PermissionGroup.sensors | NSMotionUsageDescription | PermissionGroupSensors |
167168| PermissionGroup.bluetooth | NSBluetoothAlwaysUsageDescription, NSBluetoothPeripheralUsageDescription | PermissionGroupBluetooth |
@@ -264,7 +265,7 @@ The status of the setting will determine whether the permission is `granted` or
264265
265266The following permissions will show no dialog:
266267
267- - Notification
268+ - Notification (Note: On iOS, requesting notification permission includes CarPlay notifications on iOS 10.0+ devices)
268269- Bluetooth
269270
270271The following permissions will show no dialog, but will open the corresponding setting intent for the user to change the permission status:
0 commit comments