Otu Ekanem
Otu Ekanem
Thanks Henry @hpopp, I've changed to `apis_2197: true` and still get a timeout. ``` # telnet gateway.push.apple.com 2197 Trying 17.188.160.141... Trying 17.188.164.76... Trying 17.188.161.8... Trying 17.188.168.16... Trying 17.188.164.204... Trying 17.188.167.74......
right, that works for telnet but still no joy on the pigeon api ``` {:error, :timeout, %Pigeon.APNS.Notification{device_token: "218b6d43ea916968939ca5eaab2eb6eaf6f730358fcd2ce8365ec88825a0b519", expiration: nil, id: nil, payload: %{"SIN" => "AwECZhbj7RzcQSKkjMctAcxPbRzRFFkDNDc2AQ==", "aps" => %{"alert" =>...
``` Kadabra.open('api.push.apple.com', :https, port: 2197) {:ok, #PID} ```
Hi Henry @hpopp , thanks for your continued help - much appreciated. We are using `pigeon 0.12.1`. Also tried using the version in github directly by setting mix.exs -> `{:pigeon,...