E.7 Format of an application distribution information file
The following describes the format of an application distribution information file (CSV format).
Example of an application distribution information file
Operation,OS type,Distributed application,Version,Smart device name install,iOS,ApplicationA,1.0,Device1 install,iOS,ApplicationA,1.0,Device2 install,iOS,ApplicationA,1.0,Device3 install,iOS,ApplicationB,1.0,Device1 install,iOS,ApplicationB,1.0,Device2
Format of an application distribution information file
Column number |
Item |
Specifiable values |
---|---|---|
1 |
Operation |
Specify installation or distribution.
|
2 |
OS type |
Specify the OS type of the smart device.
|
3 |
Distributed application |
Specify the name of the distributed application. |
4 |
Version |
Specify the version of the distributed application. |
5 |
Smart device name |
Specify the name of the smart device on which to install the application. |
6 |
Comment |
Specify a comment. If you do not wish to specify a comment, you can also omit the comma after the fifth column. |
#: You can only specify Android.
Conventions for application distribution information files
-
The first line is a title line, with data specified on the second and subsequent lines.
-
As the last line, enter a linefeed character.
-
Specify the file contents in UTF-8 (with BOM) encoding.
Related Topics