Skip to content

Commit

Permalink
Merge pull request #755 from OneSignal/bumpOneSignaliOSSDK
Browse files Browse the repository at this point in the history
Bump OneSignal iOS SDK
  • Loading branch information
shepherd-l authored Aug 27, 2024
2 parents a0e4973 + a8e189c commit a240c1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion OneSignalExample/Assets/OneSignal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Prevent retrying IAM display if 410 is received from backend
- Fix dynamic triggers showing IAM repeatedly after being dismissed
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
- Updated included iOS SDK from 5.2.2 to [5.2.3](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.3)
- Updated included iOS SDK from 5.2.2 to [5.2.4](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.4)
- Handle incorrect `404` by delaying making updates to new users or subscriptions
- The user executor needs to uncache first which fixes some cached requests being dropped for past users
- Omit misleading fatal-level log for cross-platform SDKs
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependencies>
<iosPods>
<iosPod name="OneSignalXCFramework" version="5.2.3" addToAllTargets="true" />
<iosPod name="OneSignalXCFramework" version="5.2.4" addToAllTargets="true" />
</iosPods>
</dependencies>

0 comments on commit a240c1d

Please sign in to comment.