-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
How to get Device Token for PushNotificationIOS #1176
Comments
Watch |
I found there is a relevant issue: #568 (comment) |
ping @tadeuzagallo @nicklockwood . really need this for push notification working. |
@lazywei It's not supported yet, but should be pretty straight forward to implement. A pull request for that would be much appreciated! :) |
Being tracked in the PR mentioned above 😄 nice work |
I expected the
PushNotificationIOS.requestPermissions
to return token if permission is granted. However, it didn't. So I'm wondering is there any way I can get the token for push notification?Thanks
The text was updated successfully, but these errors were encountered: