Skip to main content
LiveOps features help you operate the game after launch. Most settings are created and published from Console, then read or updated from Unity through the SDK.

Rankings

Create ranking keys in Console and keep them consistent with client code. Operators can configure ranking reward rules in Console LiveOps, preview recipients, then send reward mail. Reward delivery results and ranking scores can be exported as CSV. Players receive reward mail through the existing Core.Mail flow.

Coupons

Coupon rewards are returned as JSON payloads. Apply currency, inventory, or mail rewards according to your game policy.

Game Logs

Use consistent event names and keep payloads limited to values you need for operations or analysis.

Operation Content

Notices, events, and policies are created and published from Console. SDK calls return only content that matches publish status, schedule, locale, and country.

Push Device Registration

After your app receives an FCM registration token or APNs device token, register it with HyperX.
Use HyperX.PushPlatform.Android or HyperX.PushPlatform.Ios for platform. You can still pass a string for custom values. If a player opts out, register with optIn: false. See Provider Integrations for credential setup.

Groups

Groups are created in Console and assigned to users. Use them for group rankings, events, and operational segmentation.