I am working on an iOS application that rely heavily on push notifications. We are planning to use Firebase Teslab to test it. We have managed to get some simple test running on the firebase devices.
But we are encountering a blocker as the devices on firebase are not able to register/receive push notifications. Everything works fine when we are testing locally. The issue is probably that device on firebase don't have the required certificates or provisioning profiles.
I was wondering if anyone has managed to test application with APNS on firebase test lab.
Thank you in advance for the help.