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
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
andTCHUserUpdateReachabilityNotifiable
events could not come sometimes.