-
Notifications
You must be signed in to change notification settings - Fork 677
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
Not Able to send push notification #76
Comments
Hi, if you are on ios 13 you can try to format your token using this line of code. let deviceToken = credentials.token.map { String(format: "%02x", $0) }.joined() |
hi Error = "Notification error: APN invalid Token" |
Same issue I am also facing |
iOS 13 |
on
|
@brunomunizaf Not working with me. |
Nope. Just gave up... alternatively used a script. Been a while - i probably lost it already. Will look into it |
@brunomunizaf thank you so much, please share this script with me if possible, your help is highly appreciated :) |
@enasaz9 try this out https://github.com/tsif/pu.sh/blob/master/pu.sh worked for me. |
In case Hope this can help you :) |
Hi,
I am not able to send push notification any more from Pusher Mac app. It was showing Notification error: APN invalid Token. please give the solution for the issue
The text was updated successfully, but these errors were encountered: