Releases: marpies/onesignal-ane
Releases · marpies/onesignal-ane
v1.8.0
v1.7.0
- 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:
com.distriqt.Core
(https://github.com/distriqt/ANE-Core)
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
v1.5.0
- 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
- Migrate your Google project to Firebase or create a new Firebase project as shown in the tutorial.
- Add the new Firebase dependencies and update your AndroidManifest as shown on the README page.
v1.4.1
v1.4.0
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
- 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
- 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.