-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the app landing page displays a link to the app-specific controller, which may not exist for all apps, which is a bug. But, beyond that, the landing page also computes appName and appId on the client side, the version number is provided using a regex replacement and so forth.
Instead of this kind of messy model of retrieving app-specific information, it would be better to have an app-specific Manifest which has this kind of information, which can then be interpreted by the landing page, UIs, SDKs etc, which will be a much cleaner implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request