nativescript-community / perms

An unified permissions API for NativeScript on iOS and Android.
https://nativescript-community.github.io/perms/
Apache License 2.0
12 stars 9 forks source link

add missing notifications UIUserNotificationType.providesAppNotificationSettings #7

Closed francois-pasquier closed 3 years ago

francois-pasquier commented 3 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

I am trying to enable this feature Doc: https://developer.apple.com/documentation/usernotifications/unnotificationsettings/2990404-providesappnotificationsettings?language=objc This isn't possible as the plugin only support Alert Badge and Sound UIUserNotificationType.

farfromrefug commented 3 years ago

@francois-pasquier thanks for the report. I dont really have much time to work on this right now. You are welcome to create a PR if you need that feature Thanks