Distributing Your Application: 1 Preparing Your Application

Up: GEOS SDK TechDocs | Up | Prev: Distributing Your Application | Next: 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.


Up: GEOS SDK TechDocs | Up | Prev: Distributing Your Application | Next: 2 Package Description File