-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: increase opened metrics reliability and 3rd party push SDK compatibility #236
Conversation
…atibility Install the latest iOS SDK version which includes automatic push click handling. Which gives the RN SDK great benefits such as: increased opened push metrics reliability and better compatibility with 3rd party RN push SDKs.
@@ -8,7 +8,7 @@ | |||
"react-native": "src/index", | |||
"source": "src/index", | |||
"expoVersion": "", | |||
"cioNativeiOSSdkVersion": "= 2.9.2", | |||
"cioNativeiOSSdkVersion": "= 2.11.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would appreciate it if you could run pod update
and run the sample apps before merging once iOS changes are live. This will ensure our main
branch has the updated state for both the SDK and the sample apps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 to Rehans suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -8,7 +8,7 @@ | |||
"react-native": "src/index", | |||
"source": "src/index", | |||
"expoVersion": "", | |||
"cioNativeiOSSdkVersion": "= 2.9.2", | |||
"cioNativeiOSSdkVersion": "= 2.11.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 to Rehans suggestion
## [3.4.0](3.3.2...3.4.0) (2024-02-12) ### Features * increase opened metrics reliability and 3rd party push SDK compatibility ([#236](#236)) ([514b719](514b719))
Install the latest iOS SDK version which includes automatic push click handling. Which gives the RN SDK great benefits such as: increased opened push metrics reliability and better compatibility with 3rd party RN push SDKs.
Blocked until