I have an issue with TestFlight and push notifications.
I have uploaded a build on TestFlight for testing by internal tester but the push notifications is not delivered.
The build has passed the validation, i use a production certificate and the production provisioning profile, the App ID has push notification service enabled both for development and production.
On server side i have uploaded the .pem certificate for production, but if i try to connect to the production APNS, the server return no error but the notification is not delivered to the devices.
Instead using the developement APNS, the notifications are delivered but only to my device where there is installed a debug build.
I have forgot somethings ?
Is there somethings else to do ?
Thanks.