MacOS

MacOS SDK

Installation

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

pod 'CobrowseIO', '~>2'

Don't forget to run pod repo update then pod install after you've edited your Podfile.

import CobrowseIO

func applicationDidFinishLaunching(_ aNotification: Notification)
{
    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/settings.

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/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!

Requirements

  • MacOS 10.13 or later

Any questions at all? Please email us at hello@cobrowse.io.

Last updated