Skip to content

Commit a240c1d

Browse files
authored
Merge pull request #755 from OneSignal/bumpOneSignaliOSSDK
Bump OneSignal iOS SDK
2 parents a0e4973 + a8e189c commit a240c1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Prevent retrying IAM display if 410 is received from backend
1414
- Fix dynamic triggers showing IAM repeatedly after being dismissed
1515
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
16-
- Updated included iOS SDK from 5.2.2 to [5.2.3](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.3)
16+
- Updated included iOS SDK from 5.2.2 to [5.2.4](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.4)
17+
- Handle incorrect `404` by delaying making updates to new users or subscriptions
1718
- The user executor needs to uncache first which fixes some cached requests being dropped for past users
1819
- Omit misleading fatal-level log for cross-platform SDKs
1920
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="OneSignalXCFramework" version="5.2.3" addToAllTargets="true" />
3+
<iosPod name="OneSignalXCFramework" version="5.2.4" addToAllTargets="true" />
44
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)