Skip to content

1.21.0

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

Compiles with Xcode 15.1
Batch requires Xcode 15.1 and iOS 12.0 or higher

Core

  • Improved Batch Logger for better use in Xcode 15.
  • Removed support for IDFA (Advertising ID) automatic collection. Batch.setCanUseIDFA is now a no-op.
    You need to collect it from your side and pass it to Batch via the added [BatchUserDataEditor setAttributionIdentifier:] method.
  • Added Batch's Privacy Manifest. Since, as of writing, Apple does not support the XCPrivacy file for static frameworks you may not see Batch in the genertaed privacy report.
  • Added code signature to the Batch's XCFramework distribution.

In-App

  • In-App WebViews can now be inspected using macOS Safari on iOS 16.4 and higher.
  • Fixed a crash when trying to display 0px width images in the Image format.