Updating iOS SDK to latest version Updating iOS SDK to latest version

Updating iOS SDK to latest version

Douglas Szeto

Question

How do I update iOS SDK to 2.25+?

Applies To

  • iOS SDK

Answer

To update iOS SDK, run the following on the command line: pod update. This is assuming your pod file points to the latest version of the iOS SDK. For instance, the following pod file snippet is from the Opentok basic video chat sample on GitHub:

 

target 'Basic-Video-Chat' do
pod 'OTXCFramework', OpenTokSDKVersion
end

Where OpenTokSDKVersion points to 2.26.1.