iOS quickstart
Quickstart guide for Optimizely's Configured Commerce Mobile SDK targeting iOS. Follow the steps in this guide to configure and deploy the app locally.
Note
Verify you have completed quickstart for Mobile SDK before completing the iOS quickstart.
Configure the following before deploying your Configured Commerce App to the Apple App Store:
- Update version in
pubspec.yaml
. For example: version: 1.0.2+1 - Create and install necessary provisioning profiles for your app's bundle ID.
- Update the bundle ID.
- Open
ios/Runner.xcworkspace
in Xcode. - Select Runner for Project Navigator.
- Select Runner for Targets.
- Update the bundle identifier from
com.dxp.commerce
to your desired bundle ID. - Select the appropriate provisioning profile (development or adhoc or appstore) for Signing & Capabilities.
- Open
- Update Info.plist.
- Open
ios/Runner/Info.plist
. - Modify the
CFBundleDisplayName
value to update the text that displays after the app is installed.
- Open
- Go to
ios/Runner/Assets.xcassets/AppIcon.appiconset
to update the iOS app icons. - Update
assets/images/logo.png
to update the logo inside the app.
Updated 2 months ago