1.21.0
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 addedBatch.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.