File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
OneSignalExample/Assets/OneSignal
com.onesignal.unity.ios/Editor Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Prevent retrying IAM display if 410 is received from backend
14
14
- Fix dynamic triggers showing IAM repeatedly after being dismissed
15
15
- 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
17
18
- The user executor needs to uncache first which fixes some cached requests being dropped for past users
18
19
- Omit misleading fatal-level log for cross-platform SDKs
19
20
- For full changes, see the [ native release notes] ( https://github.com/OneSignal/OneSignal-iOS-SDK/releases )
Original file line number Diff line number Diff line change 1
1
<dependencies >
2
2
<iosPods >
3
- <iosPod name =" OneSignalXCFramework" version =" 5.2.3 " addToAllTargets =" true" />
3
+ <iosPod name =" OneSignalXCFramework" version =" 5.2.4 " addToAllTargets =" true" />
4
4
</iosPods >
5
5
</dependencies >
You can’t perform that action at this time.
0 commit comments