Collaborative browsing

Posted By : Shifali Rai | 29-Jun-2020

Loading...

Collaborative browsing ( known as co-browsing) lets a company and a customer to be on one page. To use Cobrowse in an App or Website, one must add Cobrowse.io SDK on each platform you want to support.

Once the SDK is added to your app, authenticated agents will connect with user devices entirely with their web browser - so no installations or plugins are needed.

Supported Platforms

  • Web
  • iOS
  • Android
  • Xamarin
  • React-Native

Prerequisites

  • API version 19 (4.4 KitKat) or later

Installation

1. Add the following code into your app build.gradle.

dependencies {

// ... other dependencies ...

implementation 'io.cobrowse:cobrowse-sdk-android:2.+'

}

2. To use Cobrowse.io in the project, add the following lines to your Application subclass.

package com.example;

import android.app.Application;

import io.cobrowse.CobrowseIO;

public class MainApplication extends Application {

@Override

public void onCreate() {

super.onCreate();

CobrowseIO.instance().license("<your license key here>");

CobrowseIO.instance().start(this);

}

}

3. Add license key

Register your account and generate a free License Key at https://cobrowse.io/dashboard/settings.

This will link sessions from your mobile app with your Cobrowse.io account.

How does it work?

You can keep a field for code and can authenticate and share with the specific users you want to connect to and give them access to your App.

Once your app runs in an Android emulator or on any physical device, navigate to https://cobrowse.io/dashboard to see your device listed.

Conclusion

Cobrowse is an amazing tool one can integrate with their app, such as an ERP App, where a company can connect with its customers or workers and can manage things with ease.

We are an ERP development company with an objective of augmenting enterprises with robust ERP software solutions powered by the latest technologies. Our development teams work relentlessly to custom develop software solutions for SCM, WFM, HRM, CRM, Finance, Accounting, and eCommerce operations, ensuring maximum profitability. Get in touch with our experts to explore how you can optimize warehouse operations with ERP software solutions.