Skip to main content
Add the Theymes SDK to your iOS project with CocoaPods. Choose the SDK version from the Theymes iOS SDK releases page. Add the SDK to your app’s Podfile:
Replace vX.Y.Z with the release version you want to install, then run:

Initializing the SDK

Initialize the SDK with your game token and domain. You can find these in your game settings in the Theymes application.
Replace <token> and <domain> with your actual values. Call initialization early in your app lifecycle (e.g. in AppDelegate or your root scene). For advanced setups (e.g. custom API domain), you can pass an optional options dictionary as the third parameter with an apiDomain key. See the API Reference for details.

Next steps

To verify that everything is working, open the help center:
If the SDK is initialized with a valid token and domain, the help center should open. See Configuring the SDK and the API Reference for more options.