Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Twilio Programmable Chat Client iOS 4.1.0

Compare
Choose a tag to compare
@Gray-Wind Gray-Wind released this 29 Jan 12:33
· 10 commits to master since this release
30e66c2

Changes:

  • The SDK now supports HTTP proxy. Proxy is enabled with a new flag useProxy passed to client properties on client creation. Proxy settings are read from the system configuration.
  • Added the ability to defer certificate checks to the OS (disable pinning) using a new flag, deferCertificateTrustToPlatform, passed to client properties on client creation.

Known issues:

  • TCHUserUpdateReachabilityOnline and TCHUserUpdateReachabilityNotifiable events could not come sometimes.

Changelog