Skip to content

Releases: usabilla/usabilla-u4a-ios-swift-sdk

v3.6.1-xcode9

21 Sep 09:30
Compare
Choose a tag to compare

3.6.1-xcode9

Fixed

  • Fixed an encoding problem that would sometimes corrupt the screenshot sent to our servers
  • Fixed a crash that could occur in iOS 10 on specific forms

v3.6.1

24 Aug 09:29
Compare
Choose a tag to compare

3.6.1

Fixed

  • Fixed an encoding problem that would sometimes corrupt the screenshot sent to our servers
  • Fixed a crash that could occur in iOS 10 on specific forms

v3.6.0-swift3.2

04 Jul 09:52
Compare
Choose a tag to compare
release v.3.6.0-swift3.2

v3.6.0

30 Jun 12:11
Compare
Choose a tag to compare

3.6.0

Updated

  • Delegate methods formWillClose and formDidClose now have an extra parameter, called isRedirectToAppStoreEnabled, that will reflect the ratings prompt toggle present in the web interface

v3.5.0

28 Jun 14:19
Compare
Choose a tag to compare

3.5.0

Added

  • New delegate method called formWillClose, that will be called when the form needs to be dismissed (see documentation for more info)

Updated

  • Delegate method formDidClose will now be called only after the form has actually been closed

Removed

  • The redirect to the app store feature has been removed to be in accordance with Apple's new guidelines on rating and reviews

Fixed

  • Wrong delegate method being called when a form failed loading
  • Error label being incorrectly placed behind the slider

v3.4.4

30 May 14:30
Compare
Choose a tag to compare

Fixed

  • Crash when dealing with multiple end pages combined with jump rules

v3.4.3

22 May 13:14
Compare
Choose a tag to compare

3.4.3

Fixed

  • Nested visibility rule #44
  • Checkbox control multiple line display #42
  • Scrolling issue when typing within a title #46

Updated

  • Button text in Thank You Page are now limited to one line.

v3.4.2

26 Apr 13:12
Compare
Choose a tag to compare

3.4.2

Fixed

  • The screenshot title set in the web interface is now correctly applied in the SDK
  • Fixed a bug that would not restore the status bar to it's original color
  • HTML in paragraph is now correctly rendered

v3.4.1

25 Apr 10:53
Compare
Choose a tag to compare

Added

  • Added the possibility to preload a form to make it available to the user even when offline. See the wiki for more informations.

Fixed

  • The title of the thank you page is no longer being truncated

v3.4.0

28 Mar 15:44
Compare
Choose a tag to compare

3.4.0

Added

  • Form caching. Forms loaded from our servers will be now cached locally and will be correctly displayed even when the user is offline.

Updated

  • Updated SDK to be compatible with Swift 3.1

Removed

  • Removed some unnecessary logs