Skip to content

1.21.0

Compare
Choose a tag to compare
@arnaud-roland arnaud-roland released this 05 Jan 14:39
· 7 commits to master since this release

BREAKING

  • Removed support for optional Play Core library. You should now use the Play In-App Review Library. Please see our documentation for more info.

Core

  • Removed automatic collection of AAID (Android Advertising Identifier). setCanUseAdvertisingID is now a no-op. You need to collect it from your side and pass it to Batch via the added Batch.User.editor().setAttributionIdentifier(id) method.

Push

  • To help with FCM v1 API migration, the SDK will send the GCP Project ID associated to the FCM Token to Batch's backend. This is not supported in legacy GCM/FCM Instance ID modes.