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: .. code-block:: unityapplication.exe --token "a570a9e74bbc43c3b180e63b0afb704c" --baseurl "https://eon-xr.com" .. _`\-\-token`: ``--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. :ref:`PackageReportSetScore` 2. :ref:`PackageRights` 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: .. code-block:: none | - PackageSampleAppNet4.8.zip | - PackageSampleAppNet4.8.exe | - PackageSampleAppNet4.8.exe.config | - other.dll