If your application handles them, please declare your associated domains with.
Starting with this release, Batch can be installed as a XCFramework when using Carthage 0.38 and higher Added the isSilent property on BatchInboxNotificationContent to identify silent notifications.Ĭompiles with Xcode 13.1 Batch requires Xcode 13 and iOS 10.0 or higher.To support this feature, we deprecated the title and body properties on BatchInboxNotificationContent and moved them under the message property, which is nil for silent notifications.įor compatiblity, when filterSilentNotifications is set to false the body notification content property will be set to the empty string.Added the ability to disable the filtering of silent notifications on BatchInboxFetcher using the filterSilentNotifications property.Added just-in-time verification for In-App campaigns.This changes the way the "next session" trigger works, which is now equivalent to what used to be "as soon as possible". In-App campaigns are now synchronized on SDK start without delay and will fallback on local cache.If you are using a Batch dispatcher plugin, please update it.
There is no need to implement those in your implementations.