Skip to content

Commit ac57fa2

Browse files
committed
2.4.1 - Update Changelog and Readme
1 parent 6e3f3ad commit ac57fa2

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.4.1
2+
3+
2024-06
4+
5+
- Updated ReactNative to 0.74.2
6+
- Updated Ometria native SDK to the latest versions - 🍏 1.6.0 iOS & 🤖 1.7.0 Android.
7+
18
# 2.4.0
29

310
2024-02

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -361,27 +361,10 @@ For **iOS** follow the Firebase ReactNative tutorial [Firebase for iOS](https://
361361
To use push notifications, you also need to follow the steps in [Push Notifications ReactNative Guide](#6-push-notifications-reactnative-guide)
362362

363363

364-
### Firebase 8.0-8.10 issue on iOS
364+
### Firebase versions on iOS
365365

366-
:warning: If using firebase version [8.0 - 8.10] consider updating to firebase 8.11 in order for push notifications to work.
367-
If you have a hard dependency on firebase [8.0 - 8.10] make sure to add the following snippet in your AppDelegate file:
366+
:warning: As a recommendation coming from Firebase, we advise cocoapods users to also update to a version that is more recent than 10.10.0.
368367

369-
```objc
370-
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
371-
[FIRMessaging.messaging setAPNSToken:deviceToken];
372-
}
373-
```
374-
375-
### Using Firebase 9.x on iOS
376-
377-
:warning:
378-
If you are using Firebase 9.x on iOS, make sure you have the following lines in your `/ios/Podfile` file:
379-
380-
```objc
381-
pod 'FirebaseCore', :modular_headers => true
382-
pod 'GoogleUtilities', :modular_headers => true
383-
pod 'FirebaseMessaging', :modular_headers => true
384-
```
385368

386369
# 6. Push Notifications ReactNative guide
387370

0 commit comments

Comments
 (0)