Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
All React Native SDK version updates are documented in the following link.
November 15, 2024
⭐ IMPROVEMENT
Updated iOS push callbacks to ensure they no longer trigger for push notifications from other providers.
October 24, 2024
⭐ IMPROVEMENT
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
⭐ IMPROVEMENT
Updated the iOS SDK version to 3.23.13.
Removed log events
to improve performance and streamline the SDK functionality.
⭐ IMPROVEMENT
Updated to support Target SDK 34.
🛠️ BUGFIX
Fixed an issue related to the "Time in App" event.
Aug 2, 2024
iOS SDK: Upgraded to version 3.23.11-WithoutDependency
Android SDK: Upgraded nmcore to version 3.14.2
Integration Changes:
Ensure that the Netmera pods in your Podfile are updated to version 3.23.11-WithoutDependency
July 4, 2024
⭐ IMPROVEMENT
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.
May 3, 2024
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.
⭐ IMPROVEMENT
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
⭐ IMPROVEMENT
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
⭐ IMPROVEMENT
For iOS, cache is now reset when the API key is changed.
February 15, 2024
⭐ IMPROVEMENT
Added Android Core and FCM version 3.12.0 to support FCM HTTP v1 transition.
February 5, 2024
⭐ IMPROVEMENT
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.
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.
⭐ IMPROVEMENT
🛠️ BUGFIX
Development has been done to address the autostart problem.
November 3, 2023
Android 3.10.4 and iOS 3.18.0 versions have been added.
🚀 FEATURE
The fetchCoupons
method has been introduced.
⭐ IMPROVEMENT
Possible baseUrl
errors have been resolved by transitioning to Android version 3.10.4 as an improvement.
September 27, 2023
⭐ IMPROVEMENT
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
⭐ IMPROVEMENT
React Native 1.6.0, which includes Android 3.10.1 and iOS 3.16.0 versions, has been released.
⭐ IMPROVEMENT
Transition to TypeScript has been completed.
🚀 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.
Widget callbacks have been added to the React Native SDK. Please refer to the page for further information.