GEOS SDK TechDocs
|
|
Distributing Your Application
|
2 Package Description File
Before you package your files up for distribution, first make sure that any applications in the package are ready.
The applications must be ready to shut down when prompted by the
system. If the application is running on the device, the user
won't be able to un-install the application or to install a newer
version. To make your application shut down as necessary, make
sure that its FoamSubApplication object has
HINT_APPLICATION_QUIT_ON_IACP_ALLOW_FILE_ACCESS in its declaration.
GEOS SDK TechDocs
|
|
Distributing Your Application
|
2 Package Description File