Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
O SDK WalkMe iOS é compatível com o Gerenciador de Pacotes Swift. Este artigo explica como integrar o SDK do WalkMe para iOS com o Gerenciador de Pacotes Swift.


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