Skip to content

Releases: apptentive/apptentive-ios

5.2.9

17 Mar 23:37
1be5242
Compare
Choose a tag to compare

Improvements

  • Convert to full use of secure archiving/unarchiving.
  • Convert use of other deprecated APIs to use newest APIs where available.
  • Guard use of deprecated code with @available checks, and suppress warnings for newer deployment targets.
  • Warnings no longer automatically block compilation.

5.2.8

18 Nov 19:04
bff5c14
Compare
Choose a tag to compare

Improvements

  • Add the ability to hide the About Apptentive (i) button from Message Center and Surveys.

5.2.7

18 Sep 23:45
df75e96
Compare
Choose a tag to compare

Bugs Fixed

  • Fix a bug with gesture-driven dismissal of Message Center and Surveys.

5.2.6

17 Sep 00:43
40a693a
Compare
Choose a tag to compare

Bugs Fixed

  • Fix a bug where running an app built with Xcode 10 on iOS 13 can result in unreadable (all-magenta) Survey and Message Center views.

5.2.4

17 May 17:26
c0dccd2
Compare
Choose a tag to compare

Bugs Fixed

  • Work around an iOS bug where survey text fields could disappear.
  • Fix an issue where hidden messages (send with sendAttachment()) were visible in Message Center

Improvements

  • Explicitly set the protection level on Message Center attachments.
  • Also ask for name when Message Center requires an email address.

5.2.3

28 Nov 17:08
85423d0
Compare
Choose a tag to compare

Bugs Fixed

  • Fix problem that required app relaunch to receive replies in Message Center.
  • Correct handling of event names that include any pound signs, percent signs, or slashes.

5.2.2

24 Oct 18:33
978b403
Compare
Choose a tag to compare

Improvements

  • Add session identifier to help group events by session

Bugs Fixed

  • Move core data completely off of main thread
  • Explicitly set quality of service on background queues

5.2.1

20 Sep 23:33
839aff0
Compare
Choose a tag to compare

Bugs Fixed

  • Pause network requests when network is unreachable
  • Fix survey layout warning on rotation from landscape to portrait

v4.0.11

30 Aug 00:31
Compare
Choose a tag to compare

This is a legacy release for customers who need to support iOS 8 devices. If you do not need to support iOS 8, please use the most recent 5.x or later release.

Bugs Fixed

  • Add availability check for appearanceWhenContainedInInstancesOfClasses

5.2.0

17 Sep 21:01
98f7eb9
Compare
Choose a tag to compare

Improvements

  • Added preInteractionCallback to intercept interactions flow.