Mapp Engage RN - 2.0.1
What's Changed
Release Notes for Engage_ReactNative_2.0.1
Bug Fixes
iOS
- Fixed
Mapp.onInitCompletedListener()to correctly return aPromise<boolean>instead ofnull. - When the SDK is already initialized,
Mapp.onInitCompletedListener()now resolves immediately withtrue. - 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