-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
APNS cannot find vaild connection for #2838
Comments
Can't find 'cert.pem' Error: ENOENT: no such file or directory, open 'cert.pem' |
Btw ... please be careful with sharing your master and other keys :) |
thanks @mignev, so I need to include a cert.pem ? |
I say that b/c on the documentation i see:
say that cert is If not using the .p12 format. but im using a p12 file |
This could be a few things. Of course the first would be to check if you have the folder certs with the .p12 file in it and its actually on the server. 2nd which trips up a lot of people production certs (in apples dash board for your bundle indent you can create a dev apns cert and production one). The production only ONLY works when you have submitted your build to apple for release or thought test flight. It will fail and not send anything if your just building it with Xcode to your device. When testing and building with Xcode to device make sure to use your dev apns .p12 key. You might want to check this link, and if you have solved this already please mark this as closed. |
Closing as the push adapter was completely overhauled since, please reopen if the issue persists. |
Testing the push notification adapter on heroku is working with Android, but on IOS get this (I supply a .p12 file):
Any idea what is missing?
The text was updated successfully, but these errors were encountered: