Walkme iosdk
  • September 12, 2023

WalkMe Mobile increases in-app engagement and revenues – automatically. WalkMe’s technology learns and understands user usage behavior, identifies the users “happy moments” and acts upon them in real time.

WalkMe iOS SDK


A Simple SDK that allows anyone to create and manage in-app content without coding and without deployment, to maximize in-app user engagement.

How it works

  • Install the WalkMe Mobile SDK, no work and setup required.
  • WalkMe’s technology understands your users and targets them at the right time and place.
  • Create in app content including interactive Walk-Thrus, ShoutOuts, Launchers and Web Resources.
  • Launch and analyze in-app content in seconds, no need for app store approval.

Installation

With CocoaPods, add to your Podfile

pod ‘abbi’

Open your project directory in terminal and run

$ pod install

In order to update with the lastest Abbi SDK, run

$ pod update

GitHub


View Github

YOU MIGHT ALSO LIKE...
PermissionsSwiftUI: A SwiftUI package to handle permissions

PermissionsSwiftUI displays and handles permissions in SwiftUI. It is largely inspired by SPPermissions. The UI is highly customizable and resembles an Apple style. ...

Pager tab strip view

Introduction PagerTabStripView is the first pager view built in pure SwiftUI. It provides a component to create interactive pager views ...

PageView

SwiftUI view enabling page-based navigation, imitating the behaviour of UIPageViewController in iOS.

Pages

    

How to take action when a property changes

1. Taking Action When a Property Changes: Property Observers Swift lets you observe and respond to changes in a property’s ...