Skip to content

8.3.0

Compare
Choose a tag to compare
@rlepinski rlepinski released this 02 Mar 23:17
· 2887 commits to main since this release

New Features

  • Added support for WKWebView. Enable in AirshipConfig.plist using useWKWebView
    flag. Disabled by default.
  • Deprecated support for UIWebView.
  • Added support for delayed automation action schedules. The execution of an
    automated schedule can now be delayed by up to 30 seconds or made contingent
    on some condition.
  • Added EnableFeatureAction that can enable background location, location, or user
    notifications.
  • Added an automation trigger for app init events.
  • Added new UARegistrationDelegate methods apnsRegistrationSucceededWithDeviceToken:
    and apnsRegistrationFailedWithError:.

Bug Fixes

  • Fixed compatibility issue with Firebase.
  • Fixed duplicate analytic uploads on iOS 8.

Other

  • iOS migration guides moved to this repository.