function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alba RivasAlba Rivas 

Where to use a standalone app (.app)

Hi,

As far as I know, standalone apps are accesible through the next URL:

https://instance.lightning.force.com/[namespace]/[app_name].app

Then, if I were to use a standalone app, I could write some code or configuration that redirects to that URL, as stated here: https://developer.salesforce.com/forums/?id=906F0000000BNQUIA4

I am wondering if is there any other standard way of exposing standalone apps (.app) in Salesforce? (I am considering classic, Lightning Experience and Salesforce1).

Thanks.
Alba RivasAlba Rivas
I have found another use case: when you want to use components inside a Visualforce page or use Lightning Out, you have to create a standalone app for including dependencies:

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_visualforce.htm