Bold360 and BoldChat Developer Center

Release Notes

Bold360 iOS SDK release notes.

Version 2.2.0

Release date: December 1, 2017

This release contains the following Bold360 iOS SDK enhancements and bugfixes:

  • Bold360 iOS SDK now supports Bitcode.
  • iPhone X screen support has been added.
  • A storyboard has been introduced in the Demo app, which makes it possible to use the full screen size of iPhone X devices. Previously the Demo app ran in compatibility mode and, therefore, only used part of the iPhone X screen.
  • Added compile flags to the SDK library to support bitcode, and updated the Demo app to use bitcode accordingly. With bitcode, users can downloads smaller size files from the App Store, since it downloads only the code specific to the user's device.
  • iOS 8 and earlier versions are no longer supported.
  • Fixed a bug where the keyboard covered the chat input field. This issue only affected devices running iOS 11.

Version 2.1.1

Release date: November 23, 2015

  • Bugfix: BoldChatViewController hides chat input view when the keyboard is shown in left landscape mode.

Version 2.1

Release date: November 21, 2015

  • Bugfix: Unavailable form handling relates issues.

Version 2.0

Release date: May 8, 2015

  • Improvement: Built with GENERATE_DEBUG_SYMBOLS=NO to remove dsym warnings when linking the framework.
  • Added: CustomUrl feature.
  • Added: Close a chat through a method call on BoldChatViewController.
    • [BoldChatViewController stop]: As of version 2.0, the call brings the view controller to the ended state and performs all related cleanup procedures.
    • [BoldChatViewController submitFormOrEndChat]: Attempts to submit pre-, post-and unavailable chat forms or ends the chat and displays the post-chat form according to the chat window definition setting.

Version 1.0

  • Initial release