Skip to content

Releases: urbanairship/ios-library

8.3.2

02 Mar 23:17
Compare
Choose a tag to compare

Bug Fixes

  • Added files missing from static library libUAirship.a
  • Fix compiler warnings

8.3.1

02 Mar 23:17
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug with decoding action values from the Urban Airship JS bridge.

8.3.0

02 Mar 23:17
Compare
Choose a tag to compare

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.

8.2.2

02 Mar 23:17
Compare
Choose a tag to compare

Bug Fixes

  • Correctly handle local project paths that contain spaces.

8.2.1

02 Mar 23:17
Compare
Choose a tag to compare

Bug Fixes

  • Added missing file references to static library.
  • Added extra validation to message list response body.

8.2.0

02 Mar 23:17
Compare
Choose a tag to compare

New Features

  • Added UATextInputNotificationAction to support text input notification actions.
  • Added accessor to get the app key in the Javascript native bridge.
  • Message center will automatically refresh the message listing in the background
    when receiving a content-available push.

Bug Fixes

  • Fixed in-app messaging not being cleared from a notification action button.
  • Fixed in-app messaging not being cleared at all if displayASAP is enabled.
  • Fixed inbox database file name to be stored under the app key.
  • Fixed schedule action not being able to parse variations of an ISO 8601 timestamp.
  • Improved Message Center cell text animations when entering "Edit" mode.

Behavior Changes

  • Channel Capture tool is now disabled by default if the app is able
    to receive background push. A new action has been added to enable the
    tool for a limited duration.

8.1.6

02 Mar 23:17
Compare
Choose a tag to compare
  • Fixed an analytics bug for cold start direct opens.

8.1.5

02 Mar 23:17
Compare
Choose a tag to compare
  • Fixed a message selection bug in edit mode for the Message Center.

8.1.3

02 Mar 23:17
Compare
Choose a tag to compare
  • Fixed isSilentPush check.
  • Ensure device token registration starts.

8.1.1

02 Mar 23:17
Compare
Choose a tag to compare
  • Added conversion methods for UNNotificationAction and UIUserNotificationAction in the public header for UANotificationAction.
  • Fixed set tag group operation issues.