LGKA

iOS App Configuration

Overview

The iOS app is now configured to automatically use centralized configuration values, similar to how Android works.

App Display Name

To change the app display name that appears on the iOS home screen:

  1. Edit ios/Runner/app_config.xcconfig
  2. Change the APP_DISPLAY_NAME value
  3. Rebuild the app

Example:

APP_DISPLAY_NAME = LGKA+

Version Information

Version and build numbers are automatically pulled from pubspec.yaml:

Bundle Identifier

The bundle identifier is set to com.lgka to match the Android version.

How It Works

This ensures consistency between iOS and Android platforms and makes updates easier.