Skip to content

Releases: Pushwoosh/pushwoosh-adobe-air

6.1.4

29 Sep 13:26
4e25462
Compare
Choose a tag to compare

Updated

  • Distriqt libraries updated to the latest version
  • Pushwoosh iOS SDK updated to 6.5.3
  • Pushwoosh Android SDK updated to 6.6.16

6.1.3

02 Mar 06:51
Compare
Choose a tag to compare

Changed

  • Pushwoosh Android SDK updated to 6.6.9
  • Pushwoosh iOS SDK updated to 6.4.10

6.1.2

22 Dec 21:06
Compare
Choose a tag to compare

Changed

  • Pushwoosh Android SDK updated to 6.6.7
  • Pushwoosh iOS SDK updated to 6.4.8

6.1.1

07 Dec 07:04
Compare
Choose a tag to compare

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

12 Sep 13:02
Compare
Choose a tag to compare

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

31 Mar 05:23
Compare
Choose a tag to compare

Changed

  • Pushwoosh Android SDK version to 6.4.4
  • Pushwoosh iOS SDK to 6.3.5

6.0.12

07 Feb 12:28
Compare
Choose a tag to compare

Updated

  • Pushwoosh Android SDK to 6.4.1
  • Pushwoosh iOS SDK to 6.3.3

6.0.11

27 Jan 11:59
Compare
Choose a tag to compare

Updated

  • Version of Pushwoosh iOS SDK to 6.3.2
  • Version of Pushwoosh Android SDK to 6.4.0

6.0.10

25 Nov 14:58
Compare
Choose a tag to compare

Updated

  • iOS SDK version updated to 6.3.1
  • Android SDK version updated to 6.3.6

6.0.9

15 Oct 12:06
Compare
Choose a tag to compare

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