iOS Export

(For Auth PRO and Utilities PRO)

Last Updated: 23 March 2023

NOTE- The steps below are the same for Auth PRO and Utilities PRO Packs.

Step 1: Add iOS App in Firebase Console

1. Go to Firebase Console Project Settings. Add an iOS App if you dont have already.

2. Copy app Bundle ID.

3. Download the GoogleService-Info.plist file.

Step 2: Set C3 Project ID

You had copied the Bundle ID in the last step.

Now, in your Construct 3 Project Properties, paste this value in ID.

Step 3: Import GoogleService-Info.plist

Import GoogleService-Info.plist to Files in your Construct 3 project.

Step 4: Export

Export your project to iOS (XCode).

Step 5: Install Cocoapods Dependency

2. Install Cocoapods (if you have never installed before):

sudo gem install cocoapods

3. Navigate to your XCode project folder using this command:

cd "YOUR_PROJECT_LOCATION/"

4. Install pod dependency in your XCode Project:

pod install

ERROR: If you get an error about CocoaPods being unable to find compatible versions, run

pod repo update

Step 6: Build your Project

Make sure to always open the Xcode workspace (.xcworkspace file) and then build.