Cobrowse.io is 100% free and easy to try out in your own apps. Please see full documentation at https://docs.cobrowse.io.
You can try our online demo at https://cobrowse.io/demo.
Open Cobrowse.xcodeproj
This example project uses Swift Package Manager to pull in the Cobrowse iOS SDK and other dependencies. All dependencies are public and should checkout without the need to authenticate Xcode.
With the Cobrowse target selected run the project.
If building to device please update the team ID and bundle ID. If manually provisioning please set them in the Signing & Capabilities tab of both the main App target and the Extension target.
Note full device mode will only work on a real device. Full device mode is not supported in the simulator.
Once you have an account you can locate your license key at https://cobrowse.io/dashboard/settings.
Copy your license key, open up AppDelegate.swift and replace trial
with your license key.
cobrowse.license = "trial"
Once you have the app running in the simulator or on a physical device, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the Connect button to start a Cobrowse session.
Any questions at all? Please email us directly at [email protected].
iOS 16+