[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apple APN
From: |
Wolfgang Pichler |
Subject: |
Apple APN |
Date: |
Mon, 6 Mar 2023 19:01:52 +0100 |
Dear all,
i can see that flexisip does use the following endpoints for apple
Push notifications
src/pushnotification/apple/apple-client.cc:std::string
AppleClient::APN_DEV_ADDRESS{"api.development.push.apple.com"};
src/pushnotification/apple/apple-client.cc:std::string
AppleClient::APN_PROD_ADDRESS{"api.push.apple.com"};
api.development.push.apple.com
api.push.apple.com
Regarding to the apple docu here:
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns
we have to use
Development server: api.sandbox.push.apple.com:443
Production server: api.push.apple.com:443
also in our tests api.sandbox.push.apple.com did work -
api.development.push.apple.com not
so - why is api.development.push.apple.com in use - and not
api.sandbox.push.apple.com ?
br,
Wolfgang
--
Wolfgang Pichler
E: wpichler@callino.at
P: +43 7236 263 263 22
A: Gutauerstr. 42
W: http://www.callino.at/
- Apple APN,
Wolfgang Pichler <=