Skip to main content
To install the frameworks manually, follow the steps below: Download the latest SDKs from our GitHub repository. You can find the download URLs for each SDK in package.json. Manualintegration1 1  

Embedded Frameworks in App Target

Make sure to embed the required frameworks to App Target as described in the following image, set the Embed option to Embed & Sign for MoEngage framework files: Manualintegration2 1 Required Frameworks:
FrameworksStatusPurpose
MoEngageCoreRequiredProvides the foundational services, initialization, and lifecycle management for the SDK.
MoEngageSDKRequiredServes as the primary public interface and orchestrator for all MoEngage SDK functionalities.
MoEngageSecurityRequiredEnables data protection during access and transmission.
MoEngageMessagingRequiredManages push notification registration, payload handling, and core messaging features.
MoEngageCampaignsCoreRequiredManages campaign payload handling and display.
Add-on Frameworks:
FrameworksStatusPurpose
MoEngageTriggerEvaluatorOptionalEnables the display of in-app messages and device triggered push notifications, based on AND trigger conditions.
MoEngageInAppsOptionalEnables the display of in-app messages, such as pop-ups and modals.
MoEngageGeofenceOptionalEnables geofence monitoring for location-based campaign triggers.
MoEngageInboxOptionalEnables a persistent notification center (inbox) within the application.
MoEngageCardsOptionalEnables the display and management of Content Cards.
MoEngageRichNotificationOptionalEnables rich media content (images, video, audio) and templates in push notifications.
MoEngageRealTimeTriggerOptionalFacilitates high-frequency, real-time campaign triggers based on user events.
MoEngageLiveActivityOptionalManages live activities registration, payload handling, and tracking.

Link MoEngageRichNotification framework in App Extensions

This is only required if you are using the MoEnagageRichNotification framework in the project. Make sure to link the framework in the Extension targets as shown below and set the Embed option to Do Not Embed in this case, as it is already embedded in your App Target:
Manualintegration3
In extension target build settings, add @executable_path/../../Frameworks as additional LD_RUNPATH_SEARCH_PATHS.