Cobrowse.io is 100% free and easy to try out in your own apps. Please see full documentation at https://docs.cobrowse.io.
Try our online demo at the bottom of our homepage at https://cobrowse.io/#tryit.
We recommend installing the Cobrowse.io SDK using Cocoapods. Add this to your Podfile:
pod 'CobrowseIO', '~>2'
Don't forget to run pod repo update
then pod install
after you've edited your Podfile.
import CobrowseIO
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool
{
CobrowseIO.instance().license = "put your license key here"
CobrowseIO.instance().start()
return true
}
@import CobrowseIO;
- (BOOL)application:(UIApplication*) application didFinishLaunchingWithOptions:(NSDictionary*) launchOptions
{
CobrowseIO.instance.license = @"put your license key here";
[CobrowseIO.instance start];
return YES;
}
Important: Do this in your application:didFinishLaunchingWithOptions:
implementation to make sure your device shows up in your dashboard right away.
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.
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!
Any questions at all? Please email us directly at hello@cobrowse.io.
link |
Stars: 8 |
Last commit: 1 week ago |
v2.20.1
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics