I’m trying to figure out the right order of starting io.Connect and my apps that use interop functionalities. Should I first initialize the plaftorm or the apps? I thought platform first, but that seems to break my layout restoration.
For the Layout to restore, every app referenced in it must be available at the time io.Connect Desktop performs the restore.
To make the apps that appear in your default Layout known to io.Connect so they are available when the Layout is restored either:
Predefine the app in the app store, so i.Connectt will read the app definitions from it.
or
Register the app (or its child apps) dynamically by an auto-start app, so that it happens before the Layout is restored.