You need to sign in to do that
Don't have an account?
__sandra__
How to deploy the expense app tracker to Salesforce1 ?
Hello,
I have followed the Quick Start steps in the Lightning Component Developer's Guide, and I can test my expense app tracker in the browser, but I would like to know how to deploy it to salesforce1 mobile app?
I have followed the Quick Start steps in the Lightning Component Developer's Guide, and I can test my expense app tracker in the browser, but I would like to know how to deploy it to salesforce1 mobile app?
A: Either as Tabs or as Lightning Extensions.
Q: What are Lightning Extensions?
A: They’re a mechanism for using custom-built components to replace existing components in the Salesforce1 Mobile App. This functionality is currently in Pilot.
Regarding the addition of a Lightning component as a tab, you'll want to create a Lightning Component Tab by following the instructions[2] in the Salesforce Help article, "Adding Lightning Components to Salesforce1".
[1]: Lightning FAQ (https://developer.salesforce.com/page/Lightning_FAQ)
[2]: instructions (https://help.salesforce.com/apex/HTViewHelpDoc?id=aura_add_cmp_salesforce1.htm&language=en_US)
All Answers
http://www.eltoro.it/ArticleViewer?id=a07A000000T3GOpIAN
A: Either as Tabs or as Lightning Extensions.
Q: What are Lightning Extensions?
A: They’re a mechanism for using custom-built components to replace existing components in the Salesforce1 Mobile App. This functionality is currently in Pilot.
Regarding the addition of a Lightning component as a tab, you'll want to create a Lightning Component Tab by following the instructions[2] in the Salesforce Help article, "Adding Lightning Components to Salesforce1".
[1]: Lightning FAQ (https://developer.salesforce.com/page/Lightning_FAQ)
[2]: instructions (https://help.salesforce.com/apex/HTViewHelpDoc?id=aura_add_cmp_salesforce1.htm&language=en_US)
Thank you for your response.
You are right, as mentioned in the Developer's Guide :
"This guide will provide you with an in-depth resource to help you create your own stand-alone Lightning apps, as well as custom Lightning components that can be used in the Salesforce1 mobile app"
So I created a Lightning tab for the lightning component named "Form", and added it to my Salesforce1 tabs, now I can access the Expense Tracker app through Salesforce1 app, however I can only access the lightning tab when accessing Salesforce1 from my smartphone browser, or when I add the one/one.app to the url of salesforce on my laptop browser, the lightning app is not available in the native salesforce1 mobile app, any ideas?
Is this supposed to work? Do these components need to do something different to work in the native mobile app? I even tried the hello world component example and I see the same spinner.
thanks,
Florian
[1]: not supported (http://salesforce.stackexchange.com/questions/53796/lightning-component-not-displaying-on-salesforce1-menu)
on the other hand, the lightning tab is available on SF1 mobile app for iOS, but the tab does not display anything.. it's blank!