Prerequisites
Integrate the Android SDK
Add SDK Dependencies with CocoaPods
Add SDK Dependencies with SPM
Add SDK Dependencies Manually
Integrate the iOS Extension SDK
Event Tracking
To manually add the dependencies for the Mobile App Messaging SDK in your app’s Podfile, complete these steps.
Download these SDKs:
Copy these directories from your downloads folder to your project directory:
AppGroupSDK.xcframeworkInAppMessagingFeatureSDK.xcframeworkMobileAppMessagingSDK.xcframeworkPushFeatureSDK.xcframeworkSFMCSDK.xcframework
Open your application project and select the appropriate target.

Add AppGroupSDK.xcframework, InAppMessagingFeatureSDK.xcframework, MobileAppMessagingSDK.xcframework, PushFeatureSDK.xcframework, and SFMCSDK.xcframework to Frameworks, Libraries, and Embedded Content in your target’s General settings.

Add -ObjC to your target’s Other Linker Flags build settings.

After you add the dependencies, configure the SDK.