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

# Unity SDK

> View all release notes and changelogs for the MoEngage Unity SDK.

<Info>
  For privacy manifest support on iOS, make sure you are on Unity SDK version 3.2.0 or above and iOS SDK version 9.17.0 or above. For more information, refer to the [Apple Privacy Manifest](https://www.moengage.com/docs/user-guide/data/privacy/apple-privacy-manifest-update) article.
</Info>

<Update label="24th June 2026" description="Core 6.0.0 · Geofence 3.0.0 · Cards 3.0.0 · RichPush 3.0.0 · InApps 3.0.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 6.0.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Geofence 3.0.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Cards 3.0.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>RichPush 3.0.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>InApps 3.0.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Native Android dependency updated from 12.10.02 to 14.09.01

      **iOS**

      * Native iOS dependency updated from 9.18.1 to 10.12.0
    </Card>
  </CardGroup>

  <Warning>
    **Breaking Changes**

    * **Android minimum SDK version increased from 23 to 25.** Apps targeting API level 23 or 24 are no longer supported.
    * **`MoEngageConfiguration.h` is removed on iOS.** Migrate to `MoEngage-Info.plist` for SDK configuration. Refer to [iOS SDK Initialization](/developer-guide/unity-sdk/sdk-integration/sdk-initialization/ios-sdk-initialization) for details.
  </Warning>

  #### Core 6.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Native Android dependency updated from **12.10.02** to **14.09.01**.
  * **Android**: Minimum SDK version raised from **23** to **25**.
  * **iOS**: Native iOS dependency updated from **9.18.1** to **10.12.0**.
  * **iOS**: Added SPM (Swift Package Manager) as an alternative dependency manager.
  * Added `MoEInitializer.initializeDefaultInstance()` — replaces the removed `initialize()` and `initialiseDefaultInstance()` APIs.
  * Added file-based SDK initialization via `moengage_config.properties`.
  * Added `MoEAnalyticsHelper.IdentifyUser()` — sets multiple user identities in a single call.
  * Added `MoEAnalyticsHelper.GetUserIdentities()` — retrieves the current user identities set on the SDK.
  * Added `MoEngageClient.SetUserAttributeEpochTime()` — tracks date user attributes using a Unix epoch timestamp.
  * Added `MoEGameObject.LogoutCompleteCallback` — callback triggered when SDK logout completes.
  * Added `MoEInAppHelper.ShowNudge()` — displays a nudge-type in-app at a specified screen position.
  * Added `MoEngageClient.RegisterForProvisionalPush()` for iOS provisional push authorization (iOS 12+).
  * Unity version requirement updated from 2023.1.7f1 to **Unity 6.4** (Hub version 6000.4.1f1).
  * Build environment requirements updated: AGP 8.10.0, Gradle 8.13, Min SDK 25, Target SDK 35/36.

  #### Geofence 3.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Native Android dependency updated from **12.10.02** to **14.09.01**.
  * **iOS**: Native iOS dependency updated from **9.18.1** to **10.12.0**.

  #### Cards 3.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Native Android dependency updated from **12.10.02** to **14.09.01**.
  * **iOS**: Native iOS dependency updated from **9.18.1** to **10.12.0**.

  #### RichPush 3.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Native Android dependency updated from **12.10.02** to **14.09.01**.
  * **iOS**: Native iOS dependency updated from **9.18.1** to **10.12.0**.

  #### InApps 3.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Native Android dependency updated from **12.10.02** to **14.09.01**.
  * **iOS**: Native iOS dependency updated from **9.18.1** to **10.12.0**.
  * Added `MoEInAppHelper.ShowNudge()` for displaying nudge-type in-apps.
</Update>

<Update label="9th September 2025" description="Core 5.0.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 5.0.0</span>
    </Card>

    <Card title="Platform Support">
      **Unity**

      * Requires Unity 6.1
    </Card>
  </CardGroup>

  #### Core 5.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * Added support for Unity 6.1.
</Update>

<Update label="7th August 2024" description="Core 4.0.0 · Geofence 2.0.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 4.0.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Geofence 2.0.0</span>
    </Card>

    <Card title="Platform Support">
      **iOS**

      * MoEngage-iOS-SDK: 9.18.1
      * MoEngageGeofence: 5.17.1
    </Card>
  </CardGroup>

  #### Core 4.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **iOS**: Added support for tracking custom boolean attributes in two formats: `0/1` and `TRUE/FALSE`. Refer to the [documentation](/developer-guide/react-native-sdk/data-tracking/tracking-user-attributes-and-user-identity#custom-boolean-user-attribute) for more information.
  * **iOS**: Added DC-06 support.
  * **iOS**: MoEngage-iOS-SDK dependency updated to **9.18.1**.

  <Info>
    **Custom Boolean Attribute Tracking on iOS**

    Updating to this version will cause MoEngage to start tracking custom boolean user attributes as `TRUE/FALSE` instead of `1/0` on iOS by default. This may affect your segmentation and trigger conditions.

    You can configure this preference — refer to the [custom attribute tracking section](/developer-guide/react-native-sdk/data-tracking/tracking-user-attributes-and-user-identity#custom-boolean-user-attribute) for details. We recommend migrating to `TRUE/FALSE` for consistency across platforms.
  </Info>

  #### Geofence 2.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **iOS**: MoEngageGeofence dependency updated to **5.17.1**.
</Update>

<Update label="26th April 2024" description="Core 3.2.0 · Geofence 1.2.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 3.2.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Geofence 1.2.0</span>
    </Card>

    <Card title="Platform Support">
      **iOS**

      * MoEngage-iOS-SDK: 9.17.0+
      * MoEngageGeofence: 5.16.0+
    </Card>
  </CardGroup>

  #### Core 3.2.0

  <span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', color: '#D46B08', border: '1px solid #FFE58F', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Deprecations</span>

  <Warning>
    Updating to this version will cause MoEngage to start tracking custom boolean user attributes as `TRUE/FALSE` instead of `1/0` on iOS. This may affect your segmentation and trigger conditions. If you wish to continue with `1/0`, skip this version — it will be configurable from 4.0.0 onwards.
  </Warning>

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * Internal improvements.
  * **iOS**: MoEngage-iOS-SDK dependency updated to **9.17.0** and above. Refer to the [iOS SDK release notes](/release-notes/sdks/ios#26-04-2024) for details.

  #### Geofence 1.2.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **iOS**: MoEngageGeofence dependency updated to **5.16.0** and above.
</Update>

<Update label="20th December 2023" description="Core 3.1.0 · Geofence 1.1.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 3.1.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Geofence 1.1.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK: 12.10.02+
      * Geofence SDK: 3.4.0+

      **iOS**

      * MoEngage-iOS-SDK: 9.14.0+
      * MoEngageGeofence: 5.13.0+
    </Card>
  </CardGroup>

  #### Core 3.1.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Support for Android SDK version **12.10.02** and above.
  * **Android**: Added `DeleteUser()` API for Google Policy compliance.
  * **iOS**: MoEngage-iOS-SDK dependency updated to `9.14.0` and above.

  #### Geofence 1.1.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **Android**: Support for native Geofence SDK version **3.4.0** and above.
  * **iOS**: MoEngageGeofence dependency updated to **5.13.0** and above.
</Update>

<Update label="11th September 2023" description="Patch — RichNotification 4.5.1">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      **Patch**

      Core (RichNotification fix)
    </Card>

    <Card title="Platform Support">
      **Android**

      * RichNotification native SDK: 4.5.1
    </Card>
  </CardGroup>

  #### Android Patch

  <span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', color: '#D46B08', border: '1px solid #FFE58F', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Fixes</span>

  * **Android**: New [release assets](https://github.com/moengage/MoEngage-Unity-SDK/releases/tag/rich-notification-v4.5.1) with RichNotification native SDK updated to `4.5.1`.
</Update>

<Update label="17th August 2023" description="Core 3.0.0 · Geofence 1.0.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 3.0.0</span>
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Geofence 1.0.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK: 12.8.02
      * Android Gradle Plugin: 7.3.1
      * Gradle: 7.4
      * Compile SDK / Target SDK: 33

      **iOS**

      * MoEngage-iOS-SDK: 9.10.0
      * MoEngageGeofence: 5.10.0+

      **Unity**

      * Requires Unity 2023.1.7f1+
    </Card>
  </CardGroup>

  #### Core 3.0.0

  <span style={{ backgroundColor: 'rgba(212, 56, 13, 0.1)', color: '#D4380D', border: '1px solid #FFCCC7', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Breaking Changes</span>

  | Then                        | Now                     |
  | :-------------------------- | :---------------------- |
  | `InvalidateInAppContexts()` | `ResetInAppContexts()`  |
  | `OptOutDataTracking(true)`  | `EnableDataTracking()`  |
  | `OptOutDataTracking(false)` | `DisableDataTracking()` |

  **Removed APIs:** `EnableSDKLogs()`, `OptOutPushTracking()`, `OptOutInAppTracking()`, `SelfHandledPrimaryClicked()`, `StartGeofenceMonitoring()`

  **Android — Removed and Updated APIs:**

  | Then                                             | Now                                                              |
  | :----------------------------------------------- | :--------------------------------------------------------------- |
  | `initialize(Context, MoEngage.Builder)`          | `initialiseDefaultInstance(Context, MoEngage.Builder)`           |
  | `initialize(Context, MoEngage.Builder, boolean)` | `initialiseDefaultInstance(Context, MoEngage.Builder, SdkState)` |

  **iOS — Removed and Updated APIs:**

  | Then                                          | Now                                            |
  | :-------------------------------------------- | :--------------------------------------------- |
  | `initializeSDKWithLaunchOptions:andSDKState:` | `initializeSDKWithLaunchOptions:withSDKState:` |

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Support for Android 13 notification permission.
  * **Android**: Android SDK updated to **12.8.02**, InApp **6.7.2**.
  * **iOS**: MoEngage-iOS-SDK updated to **9.10.0**.

  #### Geofence 1.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * Initial release of the Geofence package.
  * **Android**: Support for Android Geofence SDK version **3.3.0**.
  * **iOS**: Support for MoEngageGeofence SDK version **5.10.0** and above.
  * Added support for `StopGeofenceMonitoring` API.

  **iOS — Updated APIs:**

  | Then                                       | Now                                                |
  | :----------------------------------------- | :------------------------------------------------- |
  | `MoEngageClient.StartGeofenceMonitoring()` | `MoEngageGeofenceClient.StartGeofenceMonitoring()` |
</Update>

<Update label="25th July 2022" description="Core 2.3.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 2.3.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK: 11.6.02

      **iOS**

      * MoEngage-iOS-SDK: 7.2.0
    </Card>
  </CardGroup>

  #### Core 2.3.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * **Android**: Device identifier tracking updated per Google's User Data policy — Advertising ID is only tracked after user consent. Android SDK updated to `11.6.02`.
  * **iOS**: MoEngage-iOS-SDK dependency updated to `7.2.0`.
</Update>

<Update label="2nd September 2021" description="Core 2.2.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 2.2.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK: 11.4.00+

      **iOS**

      * MoEngage-iOS-SDK: 7.1.0+
    </Card>
  </CardGroup>

  #### Core 2.2.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **Android**: Native SDK updated to support `11.4.00` and above.
  * **iOS**: MoEngage-iOS-SDK dependency updated to `7.1.0` and above.
</Update>

<Update label="11th May 2021" description="Core 2.1.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 2.1.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK: 11.2.00
    </Card>
  </CardGroup>

  #### Core 2.1.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **Android**: SDK updated to `11.2.00`.
</Update>

<Update label="1st March 2021" description="Core 2.0.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 2.0.0</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK: 11.0.04

      **iOS**

      * MoEngage-iOS-SDK: 7.0.0+
      * Min iOS version: 10.0
    </Card>
  </CardGroup>

  #### Core 2.0.0

  <span style={{ backgroundColor: 'rgba(212, 56, 13, 0.1)', color: '#D4380D', border: '1px solid #FFCCC7', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Breaking Changes</span>

  * **iOS**: Dropped support for iOS 9.x — minimum supported version is now iOS 10.0.

  **Updated APIs:**

  | Then                                          | Now                                              |
  | :-------------------------------------------- | :----------------------------------------------- |
  | `MoEngageClient.PassPushPayload(IDictionary)` | `MoEngageClient.PassFcmPushPayload(IDictionary)` |
  | `MoEngageClient.PassPushToken(string)`        | `MoEngageClient.PassFcmPushToken(string)`        |

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **iOS**: MoEngage-iOS-SDK dependency updated to `7.0.0` and above.
  * **Android**: Android Native SDK updated to `11.0.04`.
</Update>

<Update label="16th February 2021" description="Core 1.3.1">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.3.1</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Artifacts now on Maven Central
    </Card>
  </CardGroup>

  #### Core 1.3.1

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **Android**: Artifacts migrated from JCenter to Maven Central.
</Update>

<Update label="11th January 2021" description="Core 1.3.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.3.0</span>
    </Card>

    <Card title="Platform Support">
      **iOS**

      * UnityAppController swizzling added
    </Card>
  </CardGroup>

  #### Core 1.3.0

  <span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', color: '#D46B08', border: '1px solid #FFE58F', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Fixes</span>

  * **iOS**: UnityAppController swizzling implementation added — subclass implementation was not working when multiple subclasses were present.
</Update>

<Update label="29th December 2020" description="Core 1.2.1">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.2.1</span>
    </Card>

    <Card title="Platform Support">
      **iOS**

      * AppTrackingTransparency weak linked
    </Card>
  </CardGroup>

  #### Core 1.2.1

  <span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', color: '#D46B08', border: '1px solid #FFE58F', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Fixes</span>

  * **iOS**: Weak-linked `AppTrackingTransparency` framework.
</Update>

<Update label="18th December 2020" description="Core 1.2.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.2.0</span>
    </Card>

    <Card title="Platform Support">
      Android · iOS
    </Card>
  </CardGroup>

  #### Core 1.2.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * Added Disable/Enable methods to block and unblock SDK features.
  * Added Push Token Callback.
</Update>

<Update label="23rd October 2020" description="Core 1.1.1">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.1.1</span>
    </Card>

    <Card title="Platform Support">
      **iOS**

      * Regression fix from 1.1.0
    </Card>
  </CardGroup>

  #### Core 1.1.1

  <span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', color: '#D46B08', border: '1px solid #FFE58F', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Fixes</span>

  * **iOS**: Fixed a regression where events were not marked as non-interactive (introduced in 1.1.0).
</Update>

<Update label="30th September 2020" description="Core 1.1.0">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.1.0</span>
    </Card>

    <Card title="Platform Support">
      Android · iOS
    </Card>
  </CardGroup>

  #### Core 1.1.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * Added support for Push Templates.
  * Added GDPR opt-out APIs.
  * **iOS**: MoEPluginBase dependency set to `1.0.0`.
  * **Android**: SDK moved to `androidx` namespace.
</Update>

<Update label="7th July 2020" description="Core 1.0.1">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.0.1</span>
    </Card>

    <Card title="Platform Support">
      **Android**

      * Android SDK version update
    </Card>
  </CardGroup>

  #### Core 1.0.1

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>Improvements</span>

  * **Android**: Android SDK version updated.
</Update>

<Update label="5th July 2020" description="Core 1.0.0 — Initial Release">
  ### Release Summary

  <CardGroup cols={2}>
    <Card title="Packages">
      * <span style={{ color: '#00C896', fontWeight: 'bold' }}>Core 1.0.0</span>
    </Card>

    <Card title="Platform Support">
      Android · iOS
    </Card>
  </CardGroup>

  #### Core 1.0.0

  <span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', color: '#008767', border: '1px solid #B5F5EC', padding: '2px 10px', borderRadius: '12px', fontSize: '0.85em', fontWeight: 'bold' }}>What's New</span>

  * Initial release of the MoEngage Unity SDK.
</Update>
