2.6.4 Release
• Includes updated versions of the iOS and Android SDK's to fix bugs and improve badge handling in iOS
Android Improvements
- Updated to the latest PlayServicesResolver
- From 1.2.61.0 to 1.2.64.0
- Corrected Android decencies to that latest test OneSignal version to prevent beta / alpha version
- Prevents issues with the Android Support library 28.0.0-alpha being used which will create build issues
- Fixes
ConcurrentModificationException
errors, regression bug in 3.8.0 - Refactored internal
SharedPreferences
writes for improved performance. - Fixes
logoutEmail
error when usingemailAuthHash
- Fixes race condition subscription issue when
promptLocation
is called after init - Unity - Fixed missing
OneSignalUnityProxy
class when using Proguard- Issue #86
iOS Improvements
- Adds a new badge handling system in the OneSignalNotificationServiceExtension
- The SDK now handles badge count logic on the device itself instead of relying on the backend
- Adds support for the
NSLocationAlwaysAndWhenInUseUsageDescription
Info.plist location permissions key