#
Quick start for iOS
1. Contact Sud.Tech to obtain appId
, appKey
, appSecret
for your service.
2. Download the iOS SDK SudMGP.xcframework and the new Demo QuickStart-iOS, the demo project HelloSud-iOS.zip.
3. Import the SDK into the project.
In the following example, Xcode 13.0 and the HelloSud-iOS project are used, and the programming language is Objective-C.
- Copy **SudMGP.xcframework** to the **GameSDK** folder.
- Open Xcode, select **TARGETS** > **HelloSud-iOS**. Then select **Build Settings** on the right, search for **Enable Bitcode**, and set it to **No**.
- Select **TARGETS** > **HelloSud-iOS**, and then select **Build Phases**.
- Drag **SudMGP.xcframework** to **Link Binary With Libraries**.
- Select **General** and set **SudMGP.xcframework** to **Embed & Sign** in **Frameworks, Libraries, and Embedded Content**.
The following figures show the operation steps.


