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.
Articles in this section
- OpenTok iOS SDK crash: -[OTSubscriber renderer:didReceiveFrame:]_block_invoke
- Updating iOS SDK to latest version
- Managing Audio Sessions in iOS with Vonage Video API
- What are the supported Video Dimensions, Aspect Ratios, and Rendering on Mobile SDKs?
- Handling Reconnection and Network Migration on Mobile Devices
- Where can I see the sample code for Vonage Video iOS SDK?
- What devices does Vonage Video iOS SDK support?
- iOS 14 Requesting Permission in Relayed Sessions
- Streaming Video has Letterbox Effect