In a development environment my push notifications work for iOS and Android. But when I let expo handle the iOS build it does not work in testflight eventually. I think Expo gives my app a wrong certificate or a push notification certificate that is only meant for development.
What to do?
I tried to handle all the certificates myself but it didn't build eventually..