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.