Skip to content

Releases: marpies/onesignal-ane

v1.8.0

28 Oct 11:44
Compare
Choose a tag to compare
  • UPDATED OneSignal SDKs for both iOS (v2.15.4) and Android (v3.15.4)
  • Migrated to AndroidX

Important: Read the updated README about new Android dependencies and manifestAdditions contents.

v1.7.0

11 Mar 18:09
Compare
Choose a tag to compare
  • UPDATED OneSignal SDKs for both iOS (v2.12.6) and Android (v3.12.6)
  • ADDED support for Android 64-bit

On iOS, you may need to add the following ANE to correctly register with Apple push servers:

At the beginning of your code, call the init method of the Core extension:

import com.distriqt.extension.core.Core;

...

Core.init();

v1.6.0

08 Jun 09:21
Compare
Choose a tag to compare
  • ADDED callback to "tags" APIs
  • UPDATED "are notifications enabled" API usage (iOS)
  • UPDATED iOS min version to 8.0

v1.5.0

22 Nov 22:47
Compare
Choose a tag to compare
  • UPDATED OneSignal SDKs for both iOS (v2.9.3) and Android (v3.10.3)
  • ADDED support for AIR 32
  • ADDED Firebase Messaging support libraries

If you have used OneSignal ANE v1.4.1 or older then you can continue using your current setup with GCM until April 2019.

Migrating to Firebase Messaging on Android

  1. Migrate your Google project to Firebase or create a new Firebase project as shown in the tutorial.
  2. Add the new Firebase dependencies and update your AndroidManifest as shown on the README page.

v1.4.1

19 Jun 14:19
Compare
Choose a tag to compare

Fixed conditional evaluation (iOS)

v1.4.0

18 Jun 21:40
Compare
Choose a tag to compare

AIR 29+ required

  • UPDATED OneSignal SDKs for both iOS (v2.8.5) and Android (v3.9.1)
  • ADDED new APIs related to user privacy
    • setRequiresUserPrivacyConsent( value:Boolean )
    • provideUserConsent( value:Boolean )
    • get userProvidedPrivacyConsent():Boolean
  • FIXED notification click tracking
  • UPDATED isActive notification property

v1.3.0

20 Jan 13:16
Compare
Choose a tag to compare
  • UPDATED OneSignal SDKs for both iOS (v2.6.2) and Android (v3.7.1)
  • ADDED clearOneSignalNotifications APIs
  • FIXED empty notification message on Android

IMPORTANT: The ANE package contains sample icons for Android. You should repackage the ANE with your own icons, see documentation for details. You can use this ANE package if you plan to support iOS only.

v1.2.0

20 Dec 20:03
Compare
Choose a tag to compare
  • UPDATED OneSignal SDKs for both iOS (v2.3.4) and Android (v3.4.2)
  • FIXED dispatch of notification on cold start from notification tap (iOS)

IMPORTANT: The ANE package contains sample icons for Android. You should repackage the ANE with your own icons, see documentation for details. You can use this ANE package if you plan to support iOS only.