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

How does it works? #95

Open
kingkarki opened this issue May 21, 2021 · 0 comments
Open

How does it works? #95

kingkarki opened this issue May 21, 2021 · 0 comments

Comments

@kingkarki
Copy link

After struggling a lot with push notification server code I had thought that there must be something wrong in my code.
But this Knuff sent notification to my app in a second. And thank god it made sure that my app has no problem with push notification.

I am just curious how does it works.

Does it sends api request to APN server with device token and certificate?

It just asks to select the certificate. Does it creates p12 and pem file itself?

var options = {
token: {
key: "",
keyId: "",
teamId: ""
},
production: false
};

I always get InvalidProviderToken using third party service with right key, keyid and team id. Any suggestions?

Thank you for the great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant