flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

[Question]: Needed action for checking status of notification permission

Open sgs2007 opened this issue 1 year ago • 0 comments

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • [ ] Android
  • [X] iOS
  • [ ] Windows

Your question

I don't clear understand what action/ set up i should do for checking status of push notification permission. From doc I understand that i should add this to Podfile.

## dart: PermissionGroup.notification
'PERMISSION_NOTIFICATIONS=1',

But I can't understand what I should add to Info.plist. Could some one help me?

Version

11.0.0

sgs2007 avatar Oct 30 '24 19:10 sgs2007