I'm using testflight for betatesting my app and Firebase messaging to sends notifications.
When a notification sent, the user with the specified token, received it but by tapping on the notification badge the related page in app doesn't appear. Like the didReceiveRemoteNotification
is not called.
I tested notifications on mobiles before, by running the app directly on them and it worked fine.
I changed Debug provisioning profile to Distribution And in Firebase changed APNs Authentication Key method to APNs Certificates but it doesn't work yet.