Skip to content

Quickstart

In Xcode, go to File > Add Package Dependencies… and enter:

https://github.com/FunnelMob/sdk-ios
import FunnelMob
let config = FunnelMobConfiguration(
appId: "com.example.myapp",
apiKey: "fm_live_abc123"
)
FunnelMob.shared.initialize(with: config)
FunnelMob.shared.trackEvent("button_click")

Dive deeper into your platform’s SDK: