Flutter
Flutter iOS and Android SDK
Last updated
Flutter iOS and Android SDK
Last updated
We recommend installing the Cobrowse.io SDK using pub.dev:
Add the following package to your pubspec.yaml
:
Add the following lines to your code which will register this device with the Cobrowse servers so you can connect to it. You could choose to do this on app startup, or when your users visits a support page in your application, or any other time.
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.
We provide a sample application showing how to use the Cobrowse.io SDK in a Flutter app.
Once you have your app running in the iOS Simulator or on a physical device, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!
iOS 11.0 or later
Android API version 24 (7.0 Nougat) or later
Any questions at all? Please email us at hello@cobrowse.io.