Configure Apple push notifications for the selected application.
You can configure push for your production environment or a development and testing environment, using the default host and port values; or you can configure push using custom host and port values. You must provide the certificate file and password for push notification security.
None ‒ the default endpoint value for all the applications.
Setting |
Value |
---|---|
Notification Service Host: |
gateway.push.apple.com |
Notification Service Port: |
2195 |
Feedback Service Host: |
feedback.push.apple.com |
Feedback Service Port: |
2196 |
Setting |
Value |
---|---|
Notification Service Host: |
gateway.sandbox.push.apple.com |
Notification Service Port: |
2195 |
Feedback Service Host: |
feedback.sandbox.push.apple.com |
Feedback Service Port: |
2196 |
Setting |
Provide Custom APNS Endpoint Values |
---|---|
Notification Service Host: |
|
Notification Service Port: |
|
Feedback Service Host: |
|
Feedback Service Port: |
The maximum length of Notification Service Host and Feedback Service Host is 253 characters. Additional characters are truncated.
The string can only contain alphanumeric, hyphen (-), and dot (.) characters; should start and end with alphanumeric characters; and only alphanumeric characters are allowed before and after the dot. For example: my-server-name01.my-company.com.
The string should match the Internet Protocol version 4 (IPv4) format. For example: 192.168.1.100.
The Notification Service Port and Feedback Service Port should be between 0 and 65535.