Im trying to implement Apple Push notification.
It is working fine in Local environment. But it is not working in test flight.
- I have got Automatic signing enabled.
- I have included the APNS entitlement file in my build with Key
APS Environmentand ValueDevelopment. I have used both of the following urls in my server,
Sandbox: gateway.sandbox.push.apple.com, port 2195.
Production: gateway.push.apple.com, port 2195.
But still the push notification is not received from testflight mode. Why so?

