Create Package¶
Developer Guide¶
Create a Windows application (.exe file)
Implement the Options described in Option list
Implement the Report Tracking API
Compile and compress the Windows application into a ZIP package
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:
Using Package APIs¶
Use the following API operations to implement the Package APIs:
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