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

Pusher app does not able to sent push message #80

Open
StefanMiticon opened this issue Apr 22, 2021 · 10 comments
Open

Pusher app does not able to sent push message #80

StefanMiticon opened this issue Apr 22, 2021 · 10 comments

Comments

@StefanMiticon
Copy link

I have tried to send push notification but all the time I got error: Unable to read: Read connection closed
I tried with few apps, same results.
https://ibb.co/gdfxrCN

@shine93
Copy link

shine93 commented Apr 23, 2021

image
same problem

@MrRavi08
Copy link

Same problem here

@ZH3057
Copy link

ZH3057 commented Apr 26, 2021

anyone solved this problem?

@ltfpeter
Copy link

APNs will not support legacy binary protocol as of March 31, 2021.
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns/

Hey guys, this Pusher app was using legacy method to connect with APNs which has been disabled now. Please use new tools or develop some one with new API

@JanIceTea
Copy link

JanIceTea commented Apr 28, 2021

I'm using the good old curl now: https://gist.github.com/greencoder/16d1f8d7b0fed5b49cf64312ce2b72cc
The example with the p12 works fine.

@danut-betuel
Copy link

I had the same problem and I found another tool which is pretty similar: https://github.com/KnuffApp/Knuff

@melochale
Copy link

same here, yes, can use Knuff tool

@EslamHassanKamalMohamed

I had the same problem and I don't found any solution

@indieshack
Copy link

I had the same problem and I found another tool which is pretty similar: https://github.com/KnuffApp/Knuff

Knuff gives multiple errors when trying to compile in Xcode - is there a trick to doing it?

@keshavgn
Copy link

keshavgn commented Nov 7, 2022

I had the same problem and I found another tool which is pretty similar: https://github.com/KnuffApp/Knuff

Knuff gives multiple errors when trying to compile in Xcode - is there a trick to doing it?

I can use Knuff tool on debug mode. Initially I faced many errors, then found that Production tab was selected, its worked when I switched to Sandbox.

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