Skip to content
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

Android grant permissions for remote Push Notification #1325

Closed
rgetValue opened this issue Feb 28, 2020 · 4 comments
Closed

Android grant permissions for remote Push Notification #1325

rgetValue opened this issue Feb 28, 2020 · 4 comments
Labels

Comments

@rgetValue
Copy link

Hello.
How do I grant permissions for Push Notification?

What have I tried?

PushNotification.configure({
  ...
  requestPermissions: true
});

and

PushNotification.configure({
  ...
  requestPermissions: false
});

with (later in code)

PushNotification.requestPermissions();

In both cases, token was generated.

But I can't receive Push Notification until I go into the settings and grant permission for remote Push Notification.
It's on Xiaomi.

On Lenovo tablet – it's works.
But i still doesn't have modal with ability to grant permissions for Push Notificaiton.

@prettydev
Copy link

Same case for me. I think it's related also the android version.

@hieuptit93
Copy link

I was the same

@Dallas62
Copy link
Collaborator

Dallas62 commented May 8, 2020

Hi @rgetValue
Maybe some specific value in to add in AndroidManifest as permissions

@github-actions
Copy link

github-actions bot commented May 9, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 9, 2021
@github-actions github-actions bot closed this as completed Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants