File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# 2.4.0
2
9
3
10
2024-02
Original file line number Diff line number Diff line change @@ -361,27 +361,10 @@ For **iOS** follow the Firebase ReactNative tutorial [Firebase for iOS](https://
361
361
To use push notifications, you also need to follow the steps in [ Push Notifications ReactNative Guide] ( #6-push-notifications-reactnative-guide )
362
362
363
363
364
- ### Firebase 8.0-8.10 issue on iOS
364
+ ### Firebase versions on iOS
365
365
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.
368
367
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
- ```
385
368
386
369
# 6. Push Notifications ReactNative guide
387
370
You can’t perform that action at this time.
0 commit comments