React Native SDK Versions
Last updated
Last updated
All React Native SDK version updates are documented in the following link.
November 15, 2024
iOS Push Callback Update:
Updated iOS push callbacks to ensure they no longer trigger for push notifications from other providers.
October 24, 2024
Updated the iOS SDK to version 3.23.16.
🛠 BUGFIX
Fixed an issue where the category list provided as a parameter to the getInboxCountForStatus
method was not being sent to the backend.
September 19, 2024
iOS SDK Update:
Updated the iOS SDK version to 3.23.13.
Log Event Removal:
Removed log events
to improve performance and streamline the SDK functionality.
This version is now live on npmjs. We recommend updating to take advantage of the improvements and the latest iOS SDK update > React Native SDK on npmjs.
Updated to support Target SDK 34.
🛠 BUGFIX
Fixed an issue related to the "Time in App" event.
For more information and to update to the latest version, please visit our Netmera React Native SDK page on npmjs.
Aug 2, 2024
Version Changes:
iOS SDK: Upgraded to version 3.23.11-WithoutDependency
Android SDK: Upgraded nmcore to version 3.14.2
Integration Changes:
Podfile Update: Ensure that the Netmera pods in your Podfile are updated to version 3.23.11-WithoutDependency
July 4, 2024
We are excited to announce that version 1.7.6 of the Netmera React Native SDK has been released on npmjs! Below are the details of the changes and improvements in this version.
Updated to Android nmcore version 3.14.0
Integrated iOS 3.23.7-WD version into the project.
🛠 BUGFIX
Resolved the Gradle 8+ issue to ensure smooth builds and improved stability.
For more information and to update to the latest version, please visit our Netmera React Native SDK page on npmjs.
We recommend all users to upgrade to version 1.7.6 to benefit from these enhancements and maintain optimal performance and compatibility.
May 3, 2024
We are excited to announce the release of version 1.7.5 of the React Native SDK, now available on npmjs. Below are the details of this release:
Integrated iOS SDK version 3.23.6-WithoutDependency
into the React Native package.
Important Update for iOS Developers:
Starting from Spring 2024, Apple has mandated the inclusion of privacy manifestos for certain third-party SDKs when submitting new applications or updates to the App Store Connect. As a result, we have added the necessary file to the Netmera iOS SDK to comply with Apple's requirements.
Apple's Requirement Details:
For further information on Apple's third-party SDK requirements and privacy manifesto guidelines, please refer to the following link: Apple Third-Party SDK Requirements
April 25, 2024
The iOS 3.23.5-WithoutDepedency
package has been integrated into the React Native SDK.
The Android nmcore 3.13.1 package has been added to the React Native SDK.
Added the 'Revenue' parameter to the NetmeraEvent class.
Introduced the Netmera.kill()
method to the React Native SDK (only available on Android).
🛠 BUGFIX
Fixed the crash problem related to requestNotificationPermissions
.
March 19, 2024
Added iOS 3.23.4 WithoutDependency
package to the React Native SDK.
An improvement has been implemented to resend push/enable and push/register requests in case of an API key change.
March 8, 2024
iOS SDK Version 3.23.3 Added to React Native Package:
For detailed version changes, please refer to the npm package page.
For iOS, cache is now reset when the API key is changed.
February 15, 2024
Added Android Core and FCM version 3.12.0 to support FCM HTTP v1 transition.
February 5, 2024
For detailed version changes, refer to the npm package page.
User Update Callback : Enhanced user update callback functionality. Example usage:
🛠 BUGFIX
Addressed an issue where deeplinks triggered by push click while the iOS application was closed were not being captured.
These updates in React Native SDK version 1.6.4 introduce improvements to the user update callback functionality and resolve a bug related to capturing deeplinks triggered by push clicks while the iOS application is closed, enhancing the overall reliability of the SDK.
January 9, 2024
Android core 3.11.3, FCM 3.11.0, HMS 3.11.0, and iOS 3.22.0-WD packages are now integrated into the SDK. For detailed version changes, refer to the npm package page.
Widget callbacks have been added to the React Native SDK. Please refer to the page Widget Callbacks for further information.
🛠 BUGFIX
Development has been done to address the autostart problem.
November 3, 2023
React Native Netmera version 1.6.2 has been released with the following updates:
Android 3.10.4 and iOS 3.18.0 versions have been added.
⭐ FEATURE
The fetchCoupons
method has been introduced.
Possible baseUrl
errors have been resolved by transitioning to Android version 3.10.4 as an improvement.
September 27, 2023
https://www.npmjs.com/package/react-native-netmera/v/1.6.1
React Native 1.6.1, which includes Android 3.10.2 and iOS 3.16.0 versions, has been released.
Android Target API level increased to 33
Android core and fcm versions upgraded to 3.10.2
startDataTransfer and stopDataTransfer methods added to React Native SDK
https://www.npmjs.com/package/react-native-netmera/v/1.4.9
React Native 1.6.0, which includes Android 3.10.1 and iOS 3.16.0 versions, has been released.
Transition to TypeScript has been completed.
https://www.npmjs.com/package/react-native-netmera/v/1.4.9
⭐ FEATURE
Android core SDK version 3.9.12 and FCM version 3.9.4 have been added to the React Native SDK.
Android 13 notification permission methods have been added to the React Native SDK and integrated with the existing iOS methods. The areNotificationsEnabled
and requestPushNotificationAuthorization
methods can now be used for both iOS and Android devices.
The usage details of the areNotificationsEnabled
and requestPushNotificationAuthorization
methods have been added to the Readme file.