App management is a menu for version control of App update files.

Download Settings

When an update file is uploaded to CDN using an exclusive tool, it is automatically registered in the uploaded file list. Install or update to the previous version, change the version status from standby to review, and then update the game.

  • Check for Crossplay Launcher errors during game update.
  • Check whether the game works normally when starting the game.
  • Compare the game pool client updated with the local Crossplay Launcher or winmerge tool (or any other tool) and the original full client (the one you have in your game studio).
  • When installing a game, the most recent released version among the files being distributed is installed first, and then the version update proceeds in order.

  • Preparing to distribute: The distribution date is not set.
  • Pending for Distribution: The distribution date has been set, but the distribution date has not yet been set.
  • Distributing: The distribution start date has passed. If it is changed to distribution, you can no longer set review, change the distribution date, or delete it.
  • Distribution date undecided: It is a state that the distribution has not yet been decided.
  • Under Review: This is when the review setting is ON regardless of the distribution status. If it’s set to “Under Review”, you can check it in advance from the test IP before the release date.
  • Review settings are only exposed in the Preparing to distribute and Pending for Distribution status. If you change the review setting to OFF after the distribution date, distribution will start immediately.

Game Installation Option

  • Folder Name
    • You need to designate the folder name in which the game will be installed on the user’s PC. Only English, numbers, spaces, and special characters ( _, -) can be used for proper installation even in multilingual OS.
    • If you do not enter a folder name, the folder will be created with the game index number. Be sure to set the folder name first.
    • The folder name can be modified. The name is only applied when the game is installed, so the name of the folder already installed on the user’s PC will not be changed.
    • When you check Apply All, the folder name for each game is set. When it’s unchecked, the folder name can be set for each App ID.
  • Shortcut Action
    • For PC Windows OS, you can set the path you want to take when installing a shortcut.
    • Enter the full URL including http or https when moving to the web.
  • Run Multiple Launchers
    • When set to “On,” an additional game client will be launched if you add a new crossplay launcher while the game is running. There is no limit to the number of game clients to run in the crossplay launcher, but there might be restrictions on game security tools, etc.

Launcher installation/launch URI

  • You can copy the automatic installation URI and execution URI required for game installation by app ID. Copy the URI for your sandbox from the sandbox console.

Upload IP

Game build uploads are only available on allowed IPs. Register in the representative IP format.

Select the game, enter the usage period, IP, and user name, and click the Save button to register. Register the Public IP and the Private IP. Just the Public IP can be registered for companies that don’t use Private IP.


How to Register IP

  1. Register representative and private IPs at once.
    1. Click the Register IP button.
    2. Enter the information in the pop-up.
      1. Select the game first.
      2. Register IP for each app ID.
      3. If keeping the default value of the end date, there is no end date limit.
      4. Enter details for management in the description field.
      5. Register according to the representative IP verification method.
      6. If not using a private IP, check Disabled.
      7. If using a private IP, follow the guide below to register. Both user and private IP must be entered.
        1. Method 1
          • Right-click the [monitor Icon] at the bottom right > Open Network and Internet Settings.
          • Click Properties (*Click Ethernet if you have both Wi-Fi and Ethernet).
          • Find the IPv4 address in the Properties section and enter.
        2. Method 2
          • Control Panel > Network and Internet > Network and Sharing Center > Change Adapter Settings.
          • Double-click the adapter displayed as Network{number} in the adapter list.
          • Click the Details button in the connected Ethernet status window for more information.
          • Find the IPv4 address in the Properties section and enter.
      8. Review your input and click Save.
  2. Add Private IP to Registered Representative IP
    1. Click the Add Private IP button next to the registered representative IP on the list page.
    2. Enter additional user and private IP in the pop-up and click Save.

Launcher promotion area URL

The launcher promotion area loads the game’s representative image registered on the Hive web. However, depending on the game, the area can be configured as a web page and exposed. If there is no web page to be exposed, the game representative image will be shown, so please make sure to register the game representative image.

[Web page requirements]

  • Display area size: 608×342 px (scroll is created when the size is bigger than the set size)
  • Can be displayed in iframe (without GET method request parameter)
  • Does not display cookie-use functions such as login (not supported)
  • Does not display functions such as file download (not supported)
  • Multilingual support: Multilingual support according to browser language setting with one URL or by making each URL for each language
  • Handle all links on the page to be displayed in an external browser: Use window.open(“url”)

How to register a promotional webpage

Click the Register button to go to the registration page.

Enter the information referring to the description below and click Save.

  • Game: Select a game to register.
  • Management name: This is used for console verification and will not be exposed to users.
  • Exposure period: Set the period to expose the webpage. You cannot set a period that overlaps with the previously registered content. If there are no more web pages to expose after the exposure period is over, the representative image is exposed.
  • Default language: The default language set in the App Center is selected automatically.
  • Status: Default setting is ‘Expose’.
  • URL: Enter the page address for each language.

Download log

This is a menu where you can check basic logs related to App installation.

  • Date and Time
    • Initial installation/reinstallation: Time of clicking the OK button in the game installation folder window when a game is installed through Crossplay Launcher
    • Update: Time when the update was completed
    • Execution: Time of clicking the game start button in Crossplay Launcher
    • Download: Time of clicking the game installation file download button on a web page, etc.
  • Category
    • Initial installation: When there is no previous installation history after clicking the OK button in the game installation folder window
    • Reinstallation: A log of clicking the OK button in the game installation folder window. Including the case of continuing installation in a state that was not completed during the previous installation
    • Update: When the update is complete
    • Execution: A log of clicking the game start button
    • Download: A log of clicking the game installation file download button on a web page, etc.
  • Download Patch
    • Web social: withhive.com
    • UA information page
    • UE Coupon: Information page through coupon deep link
    • Shortcut: Execute Launcher
    • Others: Brand sites built by the game studio and others included
  • Version
    • Display the update version if an error occurs during the update

Patch Exception Path

This is a menu to set the folder to skip update processing of App builds. To check the registered path, select the game and AppID in order and click Search.

Click the Register button to register the patch exception path.

  • Caution
    • Be sure to enter in relative path format. The final form of a relative path must end with /.
    • Example
      Game installation folder path C:/Program Files/Hive/gametitle
      Game bundle absolute path C:/Program Files/Hive/gametitle/game/game_Data/StreamingAssets/bundles
      Bundle relative path to register game/game_Data/StreamingAssets/bundles/
    • If the path changes according to the version, it is applied from that version. For example, if the path is changed in v2, it is applied as changed info when updating to v2.
    • The version being distributed cannot have the patch modified or deleted.