Skip to content

Releases: queueit/ios-webui-sdk

3.4.4

07 Oct 11:06
Compare
Choose a tag to compare

Release notes:

  • Fix missing files in the XCFramework package

3.4.3

27 Sep 13:56
Compare
Choose a tag to compare

Release notes:

  • Remove unused files causing naming conflicts (#35)
  • Rename Reachability to QueueITReachability to solve naming conflict

[EDIT 7-10-2024]: Attached QueueITLib.xcframework.zip has been removed as the package was broken. Please refer to the latest release for the newest package

3.4.2

12 Apr 13:08
Compare
Choose a tag to compare

Release notes:

Removed deprecated QueueCache files.

[EDIT 7-10-2024]: Attached QueueITLib.xcframework.zip has been removed as the package was broken. Please refer to the latest release for the newest package

3.4.1

01 Mar 08:27
Compare
Choose a tag to compare

Release notes:

  • Added privacy manifest (resolves #31)

[EDIT 7-10-2024]: Attached QueueITLib.xcframework.zip has been removed as the package was broken. Please refer to the latest release for the newest package

3.4.0

30 Mar 14:13
Compare
Choose a tag to compare

Release notes:

  • Fixed a bug that could cause a crash when internet connectivity was lost

3.3.2

24 Aug 11:17
Compare
Choose a tag to compare
  • Cache bugs fixed.
  • QueueCache class is removed.

3.3.1

08 Aug 12:04
Compare
Choose a tag to compare

Release notes:

  • Now handles idle and afterevent state in OnQueueDisabled

3.3.0

13 Jul 11:08
Compare
Choose a tag to compare

Release notes:

  • Added QueueITWaitingRoomProvider for new support to getting the state of the Waiting Room before showing the queue.
  • Added QueueITWaitingRoomView to queue visitors in a more lighter way.
  • Added new delegates in QueueITEngine

3.0.14

12 May 08:58
Compare
Choose a tag to compare

Release notes:

  • Fixed an issue where a WebView won't be disposed properly when rotating the screen.

3.0.13

04 May 12:42
Compare
Choose a tag to compare

Release notes:

  • Subviews are now added in the viewWillLayoutSubviews method.