2.1.0
Core
- Batch now compiles with SDK 35 (Android 15 'Vanilla Ice Cream').
- Opted-out the Batch Debug Activity from Android 15 edge-to-edge enforcement.
Profile
- Added
setPhoneNumberAPI to theBatchProfileAttributeEditorclass. This requires to have a user identifier registered or to call theidentifymethod beforehand. - Added
setSMSMarketingSubscriptionAPI to theBatchProfileAttributeEditorclass. - Strengthened custom user identifier validation on
identifyAPI to avoid unintended values.