Mobile: How To Integrate The iOS WalkMe Mobile SDK With Xamarin
Last Updated September 14, 2022
Steps For Integration
- Go to https://github.com/abbiio/iosdk and download the latest version of the WalkMe Mobile iOS framework WalkMeSDK.framework file.
If you require a specific version of the SDK, you can find it at https://github.com/abbiio/iosdk/releases; - Download the binding project here and make sure to replace the
WalkMeSDK.framework
with the one you downloaded in step 1; - Add a reference to the binding project by following the instructions here;
- Use
ABBI.Start("<key>", "<secret>")
with your app key in order to start the SDK. -
Complete the integration by entering Power Mode in the app:Launch the app with WalkMe SDK integrated and press and hold 5 fingers on the screen for 5 seconds until the login popup displays. This is the default setting and can be configured at any time in the console.Log in to Power Mode with your mobile console credentials to complete the sync.
Simple as that!
Was this article helpful?
Yes
No
Thanks for your feedback!