Releases: Pushwoosh/pushwoosh-adobe-air
Releases · Pushwoosh/pushwoosh-adobe-air
6.1.4
6.1.3
Changed
- Pushwoosh Android SDK updated to 6.6.9
- Pushwoosh iOS SDK updated to 6.4.10
6.1.2
Changed
- Pushwoosh Android SDK updated to 6.6.7
- Pushwoosh iOS SDK updated to 6.4.8
6.1.1
Changed
- For Android 13+ you should now add the following Activity to your app.xml:
<activity
android:name="com.pushwoosh.internal.utils.NotificationPermissionActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
Updated
- Pushwoosh Android SDK to 6.6.5
- Pushwoosh iOS SDK to 6.4.8
- All Distriqt libraries are updated to the latest versions
6.1.0
Changed
- The ANE now depends on Distriqt's androix.work and androidx.constaintlayout ANEs
- WorkManager initialization for Android now uses AndroidX Startup library, so now you have to add
androidx.startup.InitializationProvider
declaration to your AndroidManifest additions in your app.xml. Check the updated guide here
Fixed
- Crash on Android 12 devices
Updated
- Pushwoosh Android SDK updated to 6.6.1
- Pushwoosh iOS SDK updated to 6.4.5
6.0.13
Changed
- Pushwoosh Android SDK version to 6.4.4
- Pushwoosh iOS SDK to 6.3.5
6.0.12
Updated
- Pushwoosh Android SDK to 6.4.1
- Pushwoosh iOS SDK to 6.3.3
6.0.11
Updated
- Version of Pushwoosh iOS SDK to 6.3.2
- Version of Pushwoosh Android SDK to 6.4.0
6.0.10
6.0.9
Updated
- Updated dependencies to support Distriqt ANEs v26.7.1.
Important
- The package now requires com.distriqt.playservices.CloudMessaging.ane to work properly. app.xml configuration has also changed, get the new one from the official guide