App


The App object is a centralized point of control and coordination between your code and the underline operating system and frameworks. The App object is responsible to notify you important information about the state of your application like when it starts when it will terminate, when it will enter/exit background mode and much more.

<strong>Creo </strong>App

Using the App object you can also:

  • Process external URL (see TechNote)
  • Schedule local notifications (see TechNote)