Triumph Docs
  • 🏆Triumph Tournaments
  • Triumph SDK
    • Install Triumph
    • Import Triumph
    • Presenting Triumph
    • Triumph Lifecycle
    • Triumph RNG
    • Configuration
    • Keys and Permissions
    • Apple Pay
    • Go Live Checklist
    • Test Flight Build
    • App Store Submission
    • Get Paid!
    • Demo Integrations
      • Swift Example
      • Unity Example
    • Common Errors
      • Unity
        • .NET Error
        • Enable Bitcode Error
  • Requirements
    • Apple Business Developer Account
  • Privacy Policy Multi Product
  • Terms of Use
  • Frequently Asked Questions (Regulatory and Legal)
  • Responsible Gaming Policy
  • Cookie Policy
  • Opt Out of Sale or Sharing of Information
Powered by GitBook
On this page
  • Why?
  • Configure
  • Display Name
  • Apple Bundle Identifier
  • App Store ID
  • Score Decimal Points
  • Primary Color
  1. Triumph SDK

Configuration

Estimated Time - 5 minutes.

PreviousTriumph RNGNextKeys and Permissions

Last updated 1 year ago

Why?

Triumph requires you to configure a few more properties of your application so we can properly hook into your game.

Configure

Navigate to your game page and click on the Game Config tab.

You must configure the following:

Display Name

This is the name of your game that will show up in the dashboard

Apple Bundle Identifier

This will be something you set in your Signing & Capabilities section on Xcode. We recommend using the identifier triumph.[YOUR_GAME_NAME].com.

App Store ID

This is a numerical identifier for your application. You can find it in App Store Connect under the App Information section listed as Apple ID. Note: if you have never submitted your app to the app store, you will not have an ID yet. In this case, leave this blank for now.

Score Decimal Points

The number of decimal points your game is scored to. For example, in our brick breaker game, scores are incremented by whole numbers, so this value is set to 0. In comparison, in our dot game, the score is how long the user is alive for, measured to the hundredth of a second, so this value is set to 2.

Primary Color

Use the color picker to theme the SDK to fit in with the style of your game. Once you change the color and hit save, force close and re-open your app. You will see the new color theme applied across the SDK.

The main game configuration page.