Skip to content

FirstStart

Äkwav edited this page Nov 15, 2020 · 2 revisions

This document describes what happenens when Device first installs an App. 0. The ClientCore.Setup is called with a startup token appId.serverid.DNSDomain (eg. 456789.1234.coflnet.com)

  1. The apps managing server is contacted trough ´wss`.
  2. App settings are being updated.
  3. The Device selects one of the Servers in its managing server list. On first start this usually only is the serverId of the App.
  4. It registers itself on that server and receives an Id.
  5. It creates and registers as installation of the App
  6. After the user accepts the privacy policy an User-Account is created or the user logs in
  7. AppData is created or loaded
  8. The App can use the cloud :)

Clone this wiki locally