Skip to main content

Setup for Android

Introduction#

When you upload your game to the Antidote platform, you can automatically integrate the SDK. This will introduce several features to your game, regardless of which game engine you've used:

  • Validation: Stops unauthorized access by shutting down the game if it's launched outside Antidote or by unauthorized players.
  • Watermarking: Shows a watermark with player details and timestamp while the game is open.
  • User Interaction: Displays player touches on the screen for mobile games, helping you better understand player interactions.

Configuration#

Here's how to integrate the SDK into your game automatically:

  1. Go to your Antidote portal.
  2. Click on Games in the menu bar.
  3. Select Add game.
  4. Fill in your game details, making sure to choose Android as your platform.
  5. Choose I will upload the binary under Where can we download your game from?.
  6. Click Upload under Upload Game Binary.
  7. Upload your game APK/AAB.
  8. Select No for Did you integrate the Antidote SDK in your game?.
  9. Choose Yes for Would you like us to integrate the Antidote SDK in your game?.
Games
  1. Click Save.

And that's it! The whole process should only take a few minutes.