emma-react-native-sdk
Version:
React Native EMMA SDK libs and examples
99 lines (61 loc) • 2.07 kB
Markdown
- Update native sdk dependencies: added new setUserLanguage method that allows users to manually set the language instead of relying on auto-detection.
- Added new method sendInAppDismissedClick
- Updated project to support AGP 8
- Updated SDK native to 4.14
- Updated target to Android 34
- Added compatibility with use_frameworks active.
- Added native version SDK 4.13 and iOS SDK Privacy Manifest and signature.
- Fixed RN not processing Float values correctly, changed to Double.
- SkadNetwork 4 support and notifications title.
- Fixed Android issue with targetSdkVersion when it was lower than 33.
- Fixed Android compilatation issue with Kotlin versions >= 1.7.
- Reestructured iOS SDK to fix some problems with header import in AppDelegate.
```objective-c
// Change import
@import emma_react_native_sdk;
// to
```
Change the AppDelegate methods to these:
```objective-c
[];
[];
[];
[];
[];
[];
```
- Added method to check if target 33 is setted in App for Android 13 notification permission.
- Android 13 notification permission support. Added methods for android `requestNotificationPermission` and `areNotificationsEnabled`.
- Added method `setCustomerId`.
- Updated RN version to 0.69+.
- Fix crash version SDK 4.10.0 y 4.10.1 when app started and recover ASA attribution.
- Updated sdks to version 4.10.+
- Fixed iOS app extension
- Start Session
- Track events
- Login and register
- User tags
- In-app messages
- Push notifications
- Powlink and deeplinking
- GDPR
- Purchases