You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have been studying this package for over two days now, and I found some interesting challenges I can't seem to wrap my head around,
How can I get a Device token?
2)Is the Device token unique to the user or to the app?
Is Device Token the same as VoIP Token? and How do I get VoIP Token?
I have seen some code snippets of how the Nodejs server sends a request to APNs but none show how to connect the flutter app to Nodejs. Please how do use this package along with my app make a connection to the Nodejs server
What have done so far
Have downloaded the Voip Certificate, have added it to the keychain
have exported it into the .p12 format
Have generated the .pem file from the .p12 format
Have downloaded the key .p8 file from my apple developer account
I have the key id
I have my team id
Please your insight, article, or video will really be helpful
The text was updated successfully, but these errors were encountered:
first, thanks for this amazing package
have been studying this package for over two days now, and I found some interesting challenges I can't seem to wrap my head around,
2)Is the Device token unique to the user or to the app?
Is Device Token the same as VoIP Token? and How do I get VoIP Token?
I have seen some code snippets of how the Nodejs server sends a request to APNs but none show how to connect the flutter app to Nodejs. Please how do use this package along with my app make a connection to the Nodejs server
What have done so far
Please your insight, article, or video will really be helpful
The text was updated successfully, but these errors were encountered: