Releases: Appboy/appboy-segment-android
Releases · Appboy/appboy-segment-android
2.4.0
Breaking
- Updated to Braze Android SDK 3.3.0.
2.3.0
Breaking
- Updated to Braze Android SDK 3.2.0.
- Added
AppboyFirebaseMessagingService
to directly use the Firebase messaging eventcom.google.firebase.MESSAGING_EVENT
. This is now the recommended way to integrate Firebase push with Braze. TheAppboyFcmReceiver
should be removed from yourAndroidManifest
and replaced with the following:<service android:name="com.appboy.AppboyFirebaseMessagingService"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT" /> </intent-filter> </service>
- Also note that any
c2dm
related permissions should be removed from your manifest as Braze does not require any extra permissions forAppboyFirebaseMessagingService
to work correctly.
- Also note that any
- Added
2.2.0
2.1.2
2.1.0
- Uses analytics-android 4.2.6 and Appboy 2.1.2
- Appboy 2.1.1 support Android O. Please see our Android SDK Changelog for more information on this.
- Adds support for custom endpoints which can be set on the Segment dashboard.
- Fixes a bug where birthdays weren't being sent up to our servers properly.