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
setPhoneNumber
API to theBatchProfileAttributeEditor
class. This requires to have a user identifier registered or to call theidentify
method beforehand. - Added
setSMSMarketingSubscription
API to theBatchProfileAttributeEditor
class. - Strengthened custom user identifier validation on
identify
API to avoid unintended values.