Podfile:
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.- Swift
- Objective-C
<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:- Swift
- Objective-C