Updated on January 17, 2019
Steps For Integration
- Go to https://bintray.com/abbiio/maven/abbisdk;
- Select a specific version (we recommend selecting the latest version);
- Select “Files” and open the version folder;
- Download the abbisdk-{version}.aar file;
- Download the binding project from GitHub and make sure to replace the abbisdk-{version}.aar with the one you downloaded in step 4;
- Add a reference to the binding project by following the instructions found in this Xamarin documentation;
- Use ABBI.Start(“<key>”, “<secret>”, this.Application) with your app key in order to start the WalkMe Mobile SDK.
You’re done. Congratulations!