A URL scheme allows iOS apps to inter-communicate over custom defined URLs. The Inside app is registered to communicate over the atfrontdesk:// custom scheme.

If you would like to simply open the Inside app directly from any other app, simply open the URL defined with our custom scheme such as:

atfrontdesk://launch/

Inside also supports pre-filling a signin form using URL paramaters over the signin host. Here is an example to prefill the first and last name fields:

atfrontdesk://signin/?firstname=John&lastname=Doe

Feel free to send us requests for more supported features over custom URL schemes!