Create Package

Developer Guide

  1. Create a Windows application (.exe file)

  2. Implement the Options described in Option list

  3. Implement the Report Tracking API

  4. Compile and compress the Windows application into a ZIP package

  5. Upload the ZIP package to EON-XR Package

Windows application

Option list

The following options are passed to your Window Application when a user launches the EON-XR Package:

unityapplication.exe --token "a570a9e74bbc43c3b180e63b0afb704c" --baseurl "https://eon-xr.com"

--token

Description:

Token used in the API to call the EON-XR Package API.

Example:

“a570a9e74bbc43c3b180e63b0afb704c”

--baseurl

Description:

Domain used in the API to call the EON-XR Package API.

Example:

https://eon-xr.com”.

Using Package APIs

Use the following API operations to implement the Package APIs:

  1. Package Score API

  2. Package Rights API

Package ZIP structure

You must compress the Windows application into a ZIP package, before uploading the Windows application into EON-XR Package.

Note: The ZIP package must include at least one working window application .exe file.

Example

Example of a ZIP package and its contents:

| - PackageSampleAppNet4.8.zip
    | - PackageSampleAppNet4.8.exe
    | - PackageSampleAppNet4.8.exe.config
    | - other.dll