Swift
Last updated
Was this helpful?
Engine's iOS SDK lets you embed Engine marketplace flows directly inside a native iOS app. It ships as a Swift package (SwiftWrapperSdk) and renders the full Engine journey for you, so you don't need to build the screens, networking, or navigation yourself.
Under the hood the SDK is a wrapper: it hosts Engine's web-based marketplace flow inside a native WKWebView and exposes it as an ordinary UIView, together with native configuration (EngineSDKConfig) and callbacks (EngineSDKCallbacks). This is the same cross-platform Web Wrapper architecture used by our Flutter and Kotlin SDKs, so behavior and event data stay consistent across stacks. See Mobile SDKs for more on the wrapper architecture.
Last updated
Was this helpful?
Was this helpful?