iOS Xcode Configuration & Signing (Step 14)

To properly configure the iOS project for AeroKites Edu, open Runner.xcworkspace in Xcode and follow these settings:

Configure Export Options for iOS Build

Before building the iOS app, you need to set your Apple Developer Team ID in the exportOptions.plist file. This file is used during the export process to sign the app.

Export Options Plist Configuration
General Tab (Xcode)
Signing & Capabilities
Configuring iOS OAuth Client ID in Xcode

To ensure Firebase authentication and other Google services work properly, the OAuth Client ID for iOS needs to be configured in Xcode.

Where to Find the iOS OAuth Client ID?

Follow these steps to get the correct OAuth Client ID:

Where to Use the OAuth Client ID?

Once you have the iOS OAuth Client ID, add it in Xcode:

Refer to the screenshot below for the correct setup:

View Complete Xcode Configuration Screenshots

Click the image below to view all Xcode settings in a gallery:

Next Steps

Proceed to Step 15 to configure deployment and testing.