BambuserLiveShoppingOneToOne SDK lets you add the Bambuser Live Video Shopping one to one Agent tool to your iOS application.
See the release notes for status and progress.
- macOS Big Sur 11.3 or later
- Xcode 13.0 or later
- iOS 14.3 or later
Use the Demo application found in /Demo
for quick testing of the agent tool.
Set desired region
in AgentViewController
and your organisations organisationId
. Set connectId
to a booked meeting id.
Build in Xcode and run the demo on a device with iOS 14.3 or newer.
Requires Xcode 13.0 or newer.
File -> Add Packages... and enter the URL below
https://github.com/bambuser/bambuser-onetoone-sdk-ios
Add pod 'BambuserLiveShoppingOnetoOne', :git => 'https://github.com/bambuser/bambuser-onetoone-sdk-ios'
to your Podfile.
After installing the SDK, you must import BambuserLiveShoppingOnetoOne
in every file where you want to use it.
It is also possible to install it manually. Download the BambuserLiveShoppingOnetoOne.xcframework
bundle from /Sources
and then
just drag and drop the file into the framework
group in your project in Xcode.
You can download the latest DocC documentation here.
Just extract the downloaded file and double-click the .doccarchive
file to view the documentation in Xcode. Same guidelines can also be found here in this README.
Read the GettingStarted to get started developing your own agent tool app.