-
In Xcode go to:
File -> Swift Packages -> Add Package Dependency... -
Enter the TextMeStudio SDK GitHub repository -
https://github.com/TextMe/ios-textme-studio -
Select the SDK version
-
Select the TextMeStudio library
-
In your
AppDelegatefile:import TextMeStudioLib -
Start to use TextMeStudio SDK:
TextMeStudio.shared.initialize(token="MY_TEXTMESTUDIO_TOKEN")