> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-sdk-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 2024

<Info>
  **Information**

  You can now get notified whenever MoEngage releases a new version of the iOS Native SDK. For more information, refer to [Subscribe to MoEngage SDK Releases](/developer-guide/release-notes/subscribe-to-moengage-sdk-releases/subscribe-to-mo-engage-sdk-releases).
</Info>

<Card title="Module Status Legend">
  <ul className="list-none space-y-2 p-0 m-0">
    <li><Badge color="green">■ Updated:</Badge> Module version has been updated in this release.</li>
    <li><Badge color="gray">■ Unchanged:</Badge> Module remains on the previous version.</li>
    <li><Badge color="red">~~■ Deprecated:~~</Badge> Module is deprecated and will be removed in a future release.</li>
  </ul>
</Card>

# 18th November 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                      | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.20.1      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li>InApps</li><li>Messaging</li><li>Cards</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="orange">Fixes:</Badge>\
Removed debug symbols from frameworks (introduced in 9.18.0).

# 26th September 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                   | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.20.0      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">Messaging</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li>Cards</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="orange">Fixes:</Badge>

* Fixed integer in the following and timestamp/date based trigger conditions not working.
* Fixed the issue where Tablet device model is tracked as MOBILE.
* Send device time stamp and event time stamp in milliseconds.

## Messaging

<Badge color="orange">Fixes:</Badge>\
Available macro check failing fix.

## InApp

<Badge color="green">What's New:</Badge>\
Added JSON Object support in campaign trigger condition evaluator.

<Badge color="orange">Fixes:</Badge>

* Video Nudge in unmute state when initially shown fix.
* Pointer Nullability type specifier warning fix.

# 5th September 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.19.0      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">RichNotification</Badge></li><li><Badge color="green" size="sm">Device Triggered</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li>Messaging</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="red">Known Issues:</Badge>\
Push opt-in device attribute tracked as false if banners notification settings is disabled.

<Badge color="green">What's New:</Badge>\
Added support for provisional push.

<Badge color="blue">Improvements:</Badge>

* Expose app install/update API without appId input.
* Internal improvements.
* Added push opt-in device attribute and events tracking and navigate to settings page API.

<Badge color="orange">Fixes:</Badge>

* Fixed previous instance deinitialization when default instance changed.
* Fixed in-memory data not getting cleared on disable data tracking.
* Fixed Source tracking happening before flush.
* Fixed Device type not getting tracked after data tracking re-enabled from disabled.
* Fixed Analytics batch data migration from 8.7.0.
* Fixed User getting reset while on disabled state.
* Fixed No data tracked post tracking restricted unique id.
* Fixed No data tracked post tracking invalid timestamp or location.
* Fixed force logout happening for logged in user when invalid unique id passed.

## Inbox

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

## Cards

<Badge color="green">What's New:</Badge>\
Added Cards fetch on login support.

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

## InApp

<Badge color="green">What's New:</Badge>\
Multiple self handled inApp support.

<Badge color="blue">Improvements:</Badge>

* Internal improvements.
* Self handled in-App callback improvements to immediate call back in case of failures.

<Badge color="orange">Fixes:</Badge>

* inApp background image cropping issue in native inApps.
* Added showing push opt-in only if push permission not provided.

## RichNotification, Device Triggered, Geofence

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

# 1st August 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                      | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.18.1      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li>InApps</li><li>Messaging</li><li>Cards</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## All Modules

<Badge color="orange">Fixes:</Badge>\
Fixed SPM package resolution.

# 31st July 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                             | Dependencies                                   |
  | :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.18.0      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li>InApps</li><li>Messaging</li><li>Cards</li><li>Inbox</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

<Badge color="red">Breaking Changes:</Badge>\
Deprecated SDK provided SSL Pinning in favour of OS provided one.

## Geofence

<Badge color="orange">Fixes:</Badge>\
Geofence API will be blocked, if data tracking is opted out.

# 12th June 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.17.5      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApps</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li><Badge color="green" size="sm">RichNotification</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li><Badge color="green" size="sm">RealTimeTrigger</Badge></li><li>Messaging</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="green">What's New:</Badge>

* Added JSON object support to user attributes.
* Handled environment updates with the same installation.

<Badge color="orange">Fixes:</Badge>

* Fixed crash by handling data race when the application comes to foreground.
* Notification impression not tracked after app update.
* Fixed tracked object attribute duplication.
* Reset user completion handler not invoked.

## InApp, Cards, Geofence, RichNotification, Inbox, RealTimeTrigger

<Badge color="green">What's New:</Badge>\
Handled environment updates with the same installation.

<Badge color="orange">Fixes (InApp):</Badge>\
InApp touch navigates to parent controller.

# 21st May 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                   | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.17.4      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li>Messaging</li><li>Cards</li><li>Inbox</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="green">What's New:</Badge>\
Adding support of Array in triggered-based InApps.

<Badge color="orange">Fixes:</Badge>\
Fixed geofence enabled migration with encryption.

## InApp

<Badge color="orange">Fixes:</Badge>\
Fixed SwiftUI reference crash on iOS 12.

## Geofence

<Badge color="orange">Fixes:</Badge>

* Fixed the API issue that caused geofence campaigns to not be displayed.
* Fixed hang caused with CLLocationManger.

# 16th May 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                      | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.17.3      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li>InApps</li><li>Messaging</li><li>Cards</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="green">What's New:</Badge>\
Added DC-06 support.

<Badge color="orange">Fixes:</Badge>

* Fixed where notification received event was tracked when SDK was disabled.
* Fixed push token migration from 7.x version.

# 2nd May 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                   | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.17.2      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li>Messaging</li><li>Cards</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="orange">Fixes:</Badge>

* Fixed migration crash from 8.2.0 to 9.17.0.
* Fixed the issue where push token was not being sent in API call when app group id is missing.
* Fixed the issue where API call is made when SDK is disabled.
* Fixed the issue where ReInstall was not getting tracked.

## InApp

<Badge color="orange">Fixes:</Badge>\
Fixed non-Intrusive InApp breaking with tabbar.

## Inbox

<Badge color="blue">Improvements:</Badge>\
Internal Optimization to handle the inbox storage.

# 18th April 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                            | Dependencies                                   |
  | :---------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.17.1      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li>Messaging</li><li>Cards</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="green">What's New:</Badge>\
Added support to provide optional deep link callback to MoEngageInAppNativeDelegate protocol via MoEngageInAppConfig.

## InApp

<Badge color="green">What's New:</Badge>\
Added support to provide optional deep link callback to MoEngageInAppNativeDelegate protocol via MoEngageInAppConfig.

<Badge color="orange">Fixes:</Badge>\
Fixed type name collision.

<Badge color="red">Breaking Changes:</Badge>\
MoEngageInAppNativeDelegate protocol where MoEngageInAppAction is replaced with MoEngageInAppNavigationAction.

| Then                                                                                                                                                                                       | Now                                                                                                                                                                                                  |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `func inAppClicked(withCampaignInfo inappCampaign: MoEngageInAppCampaign, andNavigationActionInfo navigationAction: MoEngageInAppAction, forAccountMeta accountMeta: MoEngageAccountMeta)` | `func inAppClicked(withCampaignInfo inappCampaign: MoEngageInAppCampaign, andNavigationActionInfo navigationAction: MoEngageInAppNavigationAction, forAccountMeta accountMeta: MoEngageAccountMeta)` |

*`navigationAction.screenName` is dropped from MoEngageInAppAction. Instead Use `navigationAction.navigationUrl` of MoEngageInAppNavigationAction.*

# 8th April 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                                                                                                                                                                               | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.17.0      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li><Badge color="green" size="sm">RichNotification</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li><Badge color="green" size="sm">RealTimeTrigger</Badge></li><li>Messaging</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="green">What's New:</Badge>\
Added Intrusive InApp support for tvOS.

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

## InApp

<Badge color="green">What's New:</Badge>\
Added support for Non-Intrusive InApps.

<Badge color="orange">Fixes:</Badge>\
Fixed type name collision.

## Cards, Geofence, RichNotification, Inbox, RealTimeTrigger

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

# 21st March 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                             | Dependencies                                   |
  | :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.16.2      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li>InApps</li><li>Messaging</li><li>Cards</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core & Inbox

<Badge color="orange">Fixes:</Badge>\
Fixed app rejection issue due to privacy manifest.

# 18th March 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                   | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.16.1      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li>Messaging</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="green">What's New:</Badge>

* Added AND support in inApp trigger-campaign evaluation.
* Provided callback when force logout is completed.
* Added tvOS platform identifier changes.
* Removed linking to AdSupport by default. AdSupport and AppTrackingTransparency needs to be linked by app target for IDFA tracking.

<Badge color="orange">Fixes:</Badge>

* Fixed the issue where session start was not tracked in some cases.
* Fixed crash in network session delegate.

## InApp

<Badge color="green">What's New:</Badge>

* Dismiss inApp on context change.
* Added tvOS platform identifier changes.
* Added AND support in inApp trigger-campaign evaluation.

## Cards

<Badge color="green">What's New:</Badge>\
Added tvOS platform identifier changes.

# 7th March 2024

<Card title="Release Summary">
  | SDK Version    | Modules                                                                                                                                                                                     | Dependencies                                   |
  | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.16.1 (InApp) | <ul><li><Badge color="green" size="sm">InApp</Badge></li><li>Core</li><li>Cards</li><li>Messaging</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## InApp

<Badge color="green">What's New:</Badge>\
Added support for Non-Intrusive InApps.

<Badge color="red">Breaking Changes:</Badge>\
Removed support for existing embedded nudges.

**List of removed APIs:**

* `getNudgeView(completionBlock: @escaping NudgeCreationCompletionBlock)`
* `getNudgeView(forAppId appId: String? = nil, completionBlock: @escaping NudgeCreationCompletionBlock)`
* `nudgeCampaignShown(_ campaignInfo: MoEngageInAppCampaign?)`
* `nudgeCampaignShown(_ campaignInfo: MoEngageInAppCampaign?, forAppId appId: String? = nil)`

# 27th February 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                                                                                                                                                                               | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.16.0      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li><Badge color="green" size="sm">RichNotification</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li><Badge color="green" size="sm">RealTimeTrigger</Badge></li><li>Messaging</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

<Badge color="red">Breaking Changes:</Badge>

| Then                                                                                                                | Now                                                                                                                                                                                       |
| :------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `let sdkConfig = MoEngageSDKConfig(appId: "YOUR APP ID", dataCenter: .data_center_01)) sdkConfig.enableLogs = true` | `let sdkConfig = MoEngageSDKConfig(appId: "YOUR APP ID", dataCenter: .data_center_01)) sdkConfig.consoleLogConfig = MoEngageConsoleLogConfig(isLoggingEnabled: true, loglevel: .verbose)` |

## InApp

<Badge color="green">What's New:</Badge>\
Added support for Non-Intrusive InApps.

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

## Cards, Geofence, RichNotification, Inbox, RealTimeTrigger

<Badge color="blue">Improvements:</Badge>\
Internal improvements.

<Badge color="orange">Fixes (RichNotification):</Badge>\
Fixed threading issue when downloading the resources.

# 9th February 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                   | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.15.2      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li>Messaging</li><li>Inbox</li><li>Geofence</li><li>RichNotification</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="orange">Fixes:</Badge>\
Fixed network client leaking.

## InApp

<Badge color="orange">Fixes:</Badge>\
Fixed HTML InApps leaking.

## Cards

<Badge color="orange">Fixes:</Badge>\
Fixed cards page leaking.

# 7th February 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                            | Dependencies                                   |
  | :---------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
  | 9.15.1      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">RichNotification</Badge></li><li>InApp</li><li>Cards</li><li>Messaging</li><li>Inbox</li><li>Geofence</li><li>RealTimeTrigger</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## Core

<Badge color="orange">Fixes:</Badge>

* Fixed crash in decryption.
* Fixed the extra new line rendering in notification.

## RichNotification

<Badge color="orange">Fixes:</Badge>\
Fixed the extra new line rendering.

# 23rd January 2024

<Card title="Release Summary">
  | SDK Version | Modules                                                                                                                                                                                                                                                                                                                                                                                                                               | Dependencies                                   |
  | :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- |
  | 9.15.0      | <ul><li><Badge color="green" size="sm">Core</Badge></li><li><Badge color="green" size="sm">InApp</Badge></li><li><Badge color="green" size="sm">Cards</Badge></li><li><Badge color="green" size="sm">Geofence</Badge></li><li><Badge color="green" size="sm">RichNotification</Badge></li><li><Badge color="green" size="sm">Inbox</Badge></li><li><Badge color="green" size="sm">RealTimeTrigger</Badge></li><li>Messaging</li></ul> | swift = 5.0.0<br />iOS = 11.0<br />tvOS = 11.0 |
</Card>

## All Modules

<Badge color="green">What's New:</Badge>

* Added Privacy manifest file for XCFramework.
* Added Code signature support for XCFramework.

## Cards

<Badge color="orange">Fixes:</Badge>\
Fixed memory leak with Cards screen.
