Push notifications issue

I have configured my iOS build for push notifications but it is still not working. What could be the issue?

If you have configured the build of your iOS app for push notifications and they still don’t work, you can look for the following issues:

  • While creating the App Identifier, ensure you have selected Push Notifications under the Register an App ID section. Follow this guide to create an app identifier.

App identifier
  • Ensure you have uploaded the APNs Key in your Firebase project. Follow this guide to create APNs certificate.

APNs certificate
  • Ensure you have turned on push notifications on the device you are testing this feature on.

You can always reach out to our support team if you are experiencing issues.

Last updated