Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
The WalkMe iOS SDK is compatible with the Swift Package Manager. This article explains how to integrate the WalkMe iOS SDK with the Swift Package Manager.


[ABBI start:@"YOUR_APP_KEY" withSecretKey:@"YOUR_SECRET_KEY"]; |
Swift: In func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool , add the following:
ABBI.start("YOUR_APP_KEY", withSecretKey:"YOUR_SECRET_KEY") |
