I can’t push to iOS. I get the following message:
Variant iOS Development has failed: Error sending payload to APNs server: java.net.ConnectException: Verbindungsaufbau abgelehnt (Connection refused)
I created and installed all certificates as described here and everything runs fine. I can build the app and if I run it on my iPhone using Xcode, it asks me on first installation to accept notification. It seems to be perfect on the App-side.
In Aerogear Server under Variants appears my iPhone device and if I send a message I get this error.
I build the app with Cordova ionic and on Android it runs perfectly.
What does this error-message mean and how can I fix it?