Deep Linking

Is deep linking supported? I would like to share a link with someone that when they click it, will open a specific view in the app.

@eugene_ca Unfortunately it is not currently possible to use the URL scheme of the container to do that kind of deep linking, but it is a great idea so please go and submit the it on our roadmap

At the moment the URL scheme / deep linking is limited to opening the container and optionally also enrolling using a new enrollment token. This means you could have multiple containers installed on a single device and programmatically switch between them using the URL scheme directly in your App code.