macOS

MacOS SDK for native desktop applications

Installation

The Cobrowse SDK for macOS is available for installation via several dependency managers, or as a framework to integrate directly into your project:

https://github.com/cobrowseio/cobrowse-sdk-ios-binary.git

Add the CobrowseSDK package dependency to your app target.

import CobrowseSDK
...

CobrowseIO.instance().license = "put your license key here"
CobrowseIO.instance().start()

Add your License Key

Please register an account and generate your free License Key at https://cobrowse.io/dashboard/settingsarrow-up-right.

This will associate sessions from your mobile app with your Cobrowse account.

Try it out

Once you have your app running, navigate to https://cobrowse.io/dashboardarrow-up-right to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!

Requirements

  • MacOS 10.13 or later

circle-check

Last updated