Skip to content

18.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 21:21
· 11 commits to main since this release
8840f37

Minor release with updates for in-app message customization, video playback improvements in scenes, web view inspection configuration and several bug fixes. Apps that require obj-c support or are migrating from an older version of the SDK to 18.x should update to this version.

Changes

  • Added in-app message tap opacity and shadow customization via new plist keys tapOpacity and shadowTheme.
  • Added isWebViewInspectionEnabled key to AirshipConfig that allows enabling or disabling web view inspection on Airship created web views. Applied only to iOS 16.4+.
  • Added improvements for video playback in scenes.
  • Fixed CoreData migration errors from SDK 16 and SDK 17 to SDK 18.
  • Fixed in-app message banner display issues within navigation controllers.
  • Exposed push singelton to Objective-C
  • Exposed UAnotificationServiceExtension to Objective-C.