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
Natalya MurphyNatalya Murphy 

Remote hybrid app shows with name "SalesforceMobileSDK Sample App" instead of actual name

I've created a remote hybrid app and have gotten it to work as expected.  The app has the correct name on the mobile device emulator, but in Salesforce it just shows up as "SalesforceMobileSDK Sample App" instead of the name I gave it.  How do I get Salesforce to recognize the app by its actual name and list its actual name in the connection and login history?
Todd Halfpenny MCTodd Halfpenny MC
Hey Natalya,

This name comes from the related Connected App. To alter this you will need to create a new Connected App and then use this key in your project (I think it's the bootconfig.json).

Note that when creating Connected Apps you want to make sure you define this in an org that won't expire - so a long running dev org would be best. There are guides (https://help.salesforce.com/articleView?id=connected_app_create.htm&type=5) for this.