-
Notifications
You must be signed in to change notification settings - Fork 0
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)
- The apps managing server is contacted trough ´wss`.
- App settings are being updated.
- The
Deviceselects one of theServers in its managing server list. On first start this usually only is the serverId of theApp. - It registers itself on that server and receives an
Id. - It creates and registers as installation of the
App - After the user accepts the privacy policy an
User-Account is created or the user logs in -
AppDatais created or loaded - The App can use the cloud :)