The SDK iOS de WalkMe est compatible avec Swift Package Manager. Cet article explique comment intégrer le SDK iOS de WalkMe avec Swift Package Manager.
[ABBI start:@ "YOUR_APP_KEY" withSecretKey:@ "YOUR_SECRET_KEY" ]; |
Swift : Dans func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool , ajoutez les informations suivantes :
ABBI.start( "YOUR_APP_KEY", withSecretKey: "YOUR_SECRET_KEY") |