Skip to content

Commit 460cabe

Browse files
authored
Merge pull request #743 from OneSignal/feature/bumpNativeOneSignalSDKs
[Feat] Bump OneSignal Android and iOS SDK versions
2 parents 98035f6 + d9a81c8 commit 460cabe

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- Updated included Android SDK from 5.1.13 to [5.1.17](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.17)
10+
- Fixed Xiaomi notification click not foregrounding app
11+
- Fixed FCM push token not being refreshed
12+
- Poll for notification permission changes to detect permission change when prompting outside of OneSignal
13+
- Cold start creates new session and refreshes the user from the server
14+
- Immediately process pending operations when privacy consent goes from false to true
15+
- Fixed OneSignal.Notifications.RequestPermissionAsync() not firing when permission was already granted
16+
- Fixed Operation Model Store adding duplicate operations when the same ones that were previously added to the store and persisted, are re-read from cache
17+
- Fixed a bug causing clicking an unexpanded group notification results in only registering the click result for the final notification in the group
18+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
19+
- Updated included iOS SDK from 5.2.0 to [5.2.2](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.2)
20+
- Prevent In-App Message request crashes by making null values safe
21+
- Added Dispatch Queues to all executors to prevent concurrency crashes
22+
- Fixed clearing notifications incorrectly such as when pulling down the notification center
23+
- Fixed a purchases bug for the amount spent
24+
- Fixed a build issue for mac catalyst
25+
- Fixed crash when IAM window fails to load by using the main thread
26+
- Network call optimizations: Combine user property updates for network call improvements
27+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
828
### Fixed
929
- Additional instance of OneSignal error when calling OneSignal methods in Awake()
1030
- iOS Mac Catalyst build error: Use of undeclared identifier 'OneSignalLiveActivitiesManagerImpl'

OneSignalExample/Assets/Plugins/Android/mainTemplate.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
66
dependencies {
77
implementation fileTree(dir: 'libs', include: ['*.jar'])
88
// Android Resolver Dependencies Start
9-
implementation 'com.onesignal:OneSignal:5.1.13' // Packages/com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml:6
9+
implementation 'com.onesignal:OneSignal:5.1.17' // Packages/com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml:6
1010
// Android Resolver Dependencies End
1111
**DEPS**}
1212

OneSignalExample/ProjectSettings/AndroidResolverDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<packages>
3-
<package>com.onesignal:OneSignal:5.1.13</package>
3+
<package>com.onesignal:OneSignal:5.1.17</package>
44
</packages>
55
<files />
66
<settings>

com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<repositories>
44
<repository>https://repo.maven.apache.org/maven2</repository>
55
</repositories>
6-
<androidPackage spec="com.onesignal:OneSignal:5.1.13" />
6+
<androidPackage spec="com.onesignal:OneSignal:5.1.17" />
77
</androidPackages>
88
</dependencies>
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.1" addToAllTargets="true" />
3+
<iosPod name="OneSignalXCFramework" version="5.2.2" addToAllTargets="true" />
44
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)