Xgenious/ docs
Products
Get support

iOS Configuration

  1. In Firebase Console, click Add App and choose iOS.
  2. Enter your iOS Bundle ID (must exactly match your Xcode Bundle Identifier).
  3. Download the GoogleService-Info.plist config file.
  4. Open the ios/ folder in Xcode.
  5. Right-click the Runner folder inside Xcode, select Add Files to "Runner", select your downloaded GoogleService-Info.plist, and check Copy items if needed.
Danger

[!IMPORTANT] Ensure the file is added to the Xcode target compilation membership, otherwise iOS builds will crash.

APNs Upload (For iOS Push Delivery)

Apple requires APNs Keys to send background notifications to iOS devices:

  1. Go to the Apple Developer Portal.
  2. Create an APNs Key (.p8 key file) under Certificates, Identifiers & Profiles -> Keys.
  3. Upload this .p8 key in the Firebase Console:
    • Project Settings -> Cloud Messaging -> Apple app sharing settings -> Upload your APNs Key.
Still stuck?
Our support team is ready to help you get set up.
Get support