Global native mobile settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Navigate to Settings > Mobile settings, where you'll find all the settings related to native mobile apps, regardless of where you publish, that you must fill out.
To ensure everything will work, fill these out as follows:
App display name: This is the name of your app as it will appear to users on their device's home screen. Choose a concise and descriptive name that aligns with your app’s purpose.
App icon: The visual representation of your app on users’ devices. This icon should be high quality and adhere to the design guidelines for the platform you are deploying to (iOS or Android).
Splash screen background color: The background color displayed during the app’s launch while the app initializes. Choose a color that complements your app's branding and creates a seamless transition into the main interface.
App scheme (optional): A unique identifier used for deep linking and handling redirections from external services, such as OAuth or payment gateways. See more information below.
The App Scheme setting is optional and should only be configured if your app specifically requires a custom scheme (for example, when setting up deep linking). In most cases, Bubble will automatically handle this for you, and you don’t need to provide a value.
If you do need to define a custom app scheme:
The format is typically: appname
All characters must be lowercase
Only alphanumeric characters, periods (.), and hyphens (-) are allowed
Make sure to follow these formatting rules carefully to ensure compatibility across platforms.