-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why, in the name of God himself, does this plugin not have any method of requesting the push permission? #178
Comments
I don't know about Android, but for iOS it asks for permission. |
"In the name of god himself" ... seriously. Basically it doesn't have the option because you did not submit a PR for your required feature. |
It sends requests for push permission when it is initiating I think. |
We're getting gods here too now ?!! |
use the cordova.plugins.diagnostic plugin, it handles permissions for everything cordova and then you never have to involve god again. |
God left the thread. |
There is no need for such permission, they are in android granted as default/ the notifications I mean. Only web based need permission. |
Yeah. Not. |
Feature Request
Add option to request the permission from user for Android and iOS
Motivation Behind Feature
Every single cordova plugin that provides a functionality that needs an additional permission I have used so far, also automatically asks for the permission or allows you to do so. This is ridiculous that you can install a plugin for receiving push notifications, and not receive them because of missing permission request.
Feature Description
Just add some method like
requestPermission
or just do it automatically.The text was updated successfully, but these errors were encountered: