Configure your iOS project for Apple Push Notification
Services (APNs).
About this task
You must be a registered Apple developer to successfully
configure your iOS project with Apple Push Notification Services (APNs).
In the company, the administrative role responsible for Apple development
requests APNs enablement. The response to this request should provide
you with an APNs-enabled provisioning profile for your iOS application
bundle; that is, a string value that is defined in the configuration
page of your Xcode project. This provisioning profile is used to generate
a signature certificate file.
Two kinds of provisioning profile
exist: development and production profiles, which address development
and production environments respectively. Development profiles address
Apple development APNs servers exclusively. Production profiles address
Apple production APNs servers exclusively. These kinds of servers
do not offer the same quality of service.
Note: Devices that are
connected to a company wifi behind a firewall are only able to receive
push notifications if connection to the following type of address
is not blocked by the firewall.
x-courier.sandbox.push.apple.com:5223
Where x is
an integer.