App Registration

What is a HYPLAY App?

An app is representative of a game, website, or a mobile/desktop app. Your HYPLAY app allows you to create a single sign on flow, which handles user login, registration and session authorization. Once a user completes this flow, they're redirected back to your game, website, or mobile/desktop app. This redirect includes a session access token unique to the authorized user, allowing your app to perform frictionless actions on their behalf. This includes things like retrieving user details, interacting with the JSON database, posting scores to leaderboards, etc.

How do I register a HYPLAY App?

Instructions for Unity: https://docs.hyplay.com/docs/unity-plugin
COMING SOON - Instructions for the developer home page.

  1. Sign up for a HYPLAY account at: https://hyplay.com/auth/
  2. Complete the account registration flow, then copy your Access Token from https://hyplay.com/account/settings
  3. Interact with the HYPLAY asset creation API endpoints to upload an app icon & background image: https://docs.hyplay.com/reference/createasset - our API explorer allows direct submission of API requests in the browser. Fill out the required fields and press "Try It!" to submit the request.
  4. Copy the "id" of the uploaded icon and uploaded background image from the previous step and go to https://docs.hyplay.com/reference/createapp
  5. Fill in the required fields, submit the request to create your app.
  6. Copy the returned response data from the app creation request. You've created your first app!

After you've created your app, if you ever need to get the details of your app again, you can do so with the get owned apps endpoint: https://docs.hyplay.com/reference/getownedapps