iOS
iOS Native SDK
Installation
https://github.com/cobrowseio/cobrowse-sdk-ios-binary.gitpod 'CobrowseIO', '~>3'binary "https://raw.githubusercontent.com/cobrowseio/cobrowse-sdk-ios-binary/master/cobrowse-sdk-ios-binary.json" ~> 3.0https://github.com/cobrowseio/cobrowse-sdk-ios-binary/releasesimport CobrowseSDK
...
CobrowseIO.instance().license = "put your license key here"
CobrowseIO.instance().start()@import CobrowseSDK;
...
CobrowseIO.instance.license = @"put your license key here";
[CobrowseIO.instance start];Add your License Key
Try it out
Requirements
Problems rendering certain views?
Alternate render methodAdding custom touch handlers
Custom touch handlingLast updated