Skip to content

Mapp Engage RN - 2.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 15:00
· 1 commit to master since this release

What's Changed

Release Notes for Engage_ReactNative_2.0.1

Bug Fixes

iOS

  • Fixed Mapp.onInitCompletedListener() to correctly return a Promise<boolean> instead of null.
  • When the SDK is already initialized, Mapp.onInitCompletedListener() now resolves immediately with true.
  • When initialization is still in progress, Mapp.onInitCompletedListener() now waits for SDK initialization to complete before resolving.

Improvements

  • Improved consistency of Mapp.onInitCompletedListener() across Android and iOS, providing reliable initialization-waiting behavior on both platforms.
  • The existing Android initialization behavior remains unchanged.

Note

  • This release improves the reliability and consistency of SDK initialization handling on iOS.
  • The public Mapp.onInitCompletedListener(): Promise<boolean> API remains unchanged.
  • No developer action is required.

Full Changelog: v2.0.0...v2.0.1