Replies: 1 comment 1 reply
-
It's likely it was assumed that you'd ask for permissions first. Here's an example of how I did it in a previous project: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've followed the official guide about how to set up SDK. It says that it is good practice to get a token during the app launch and then save it to the database.
But this confuses me a little, why don't need to check the user permissions? Why do we need a token if we can't send notifications (= the user didn't grant permissions).
I would like to check what can be a best practice for this case.
Beta Was this translation helpful? Give feedback.
All reactions