Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Login Screen Customization
Customize the Login Screen Appearance through Mobile SDK
On iOS, you can also configure some properties of the login page, including the navigation bar and Settings icon. See Customizing the iOS Login Screen Programmatically
Customizing the Login Screen through the Salesforce Server
Salesforce Mobile SDK provides an OAuth implementation for its client apps, but it doesn’t define or control the login page. Instead, it requests the page from the Salesforce server. Salesforce itself then presents a web view that gathers your customer’s credentials. The login web view is not part of your Mobile SDK app.
To change the login web view on the server side, use either your My Domain login URL or an Experience Cloud site.
Both of these features provide handy utilities for login page branding and customization. To use your branded page, you set the default login URL of your Mobile SDK app to the Experience Cloud site or My Domain login URL. Your app then displays your customized login page.
Use the following links to learn about these features.