Installation
Prerequisites: minimum supported iOS version is 11.0.
Import kevin. iOS dependency:
In Xcode, select File > Swift Packages > Add Package Dependency and enter
https://github.com/getkevin/kevin-ios
as the repository URL.Select the most recent version of the SDK.
Add the
kevin.
product to the target of your application
Latest SDK version can be found here.
Initialize plugins you will use in the SwiftUI App or AppDelegate. Check our customizations section for a guide on how to customise the SDK UI.
Last updated