Mobile App Setup
the mobile app section lets you customize the appearance and certain app level configurations of your ordering, merchant, and driver mobile apps depending on the app and platform, you can personalize elements such as the app icon, splash screen, colors, and other app specific settings to create a consistent and branded mobile experience some changes can be applied without releasing a new app version, while others are built into the app and therefore require an app update accessing the app build profile to configure your mobile app in the admin panel , navigate to settings > mobile app , then select the mobile app you want to configure select the app you want to update and click "edit app listing details " you will then see the available configuration tabs, where you can make the required changes the style tab allows you to customize the app’s appearance, while the android and ios tabs contain platform specific settings note the available configuration options may vary depending on whether you are configuring the ordering, merchant, or driver app , as well as the platform configuring your mobile app after selecting the app and clicking edit app listing details, you can configure the available settings through the style, android, and ios tabs style tab the style tab allows you to customize the visual appearance and branding of your mobile app these settings can be used across the ordering, merchant, and driver apps, depending on the available configuration app icon upload the icon that represents your mobile app the icon size should be 1024 × 1024 pixels upload an app icon image with a solid background, avoiding any transparent or partially transparent areas note changes to the app icon require a new app version to be released splash screen customize the screen displayed when the app is launched the splash screen should have an aspect ratio of 3 5 you can also configure the background color, status bar background, splash duration, and status bar content style to further customize the splash screen experience note changes to the splash screen do not require an app update once the splash screen is updated, you can close the app a few times, and the updated splash screen will appear accordingly live activity appearance the live activity appearance settings are available specifically for the ios ordering app they allow you to customize how customers see their order progress through supported ios live activities live activity icon upload the icon that will be displayed within the live activity you can upload any image; it will be resized to 96px height, maintaining the aspect ratio status images you can configure images for the different stages of an order, allowing customers to visually follow their order progress live activity colors you can customize the appearance of the live activity by configuring options such as background color text color active progress color inactive progress color use your brand colors to keep the live activity consistent with your ordering app note changes to the live activity icon and status images require a new ios ordering app update android & ios app updates to request an update for your android or ios app , or to publish changes that require a new app version, please get in touch with the hyperzod support team to initiate the update process deep linking (ordering app) deep links allow links to specific merchants, products, and other pages shared by users to open directly in the mobile app instead of redirecting them to the web version deep link configuration is available specifically for the ordering app note to redirect users to the mobile app upon clicking the link, the app must be installed on the user's device if the app is not installed, the link will automatically open the corresponding page on the website instead accessing deep links section go to admin panel > settings > mobile apps select the ordering app and click configure deep links open the deep links section, and you will find separate sections for android and ios , where the respective deep link scripts need to be added configuring deep links for android to configure deep links for your android ordering app log in to your google play console account from the left panel, navigate to grow users > deep links within the deep links section, click on add domains and add your site's domain once the domain is added, google will generate the required digital asset links json copy this json and paste it into the deep links > android section in the hyperzod platform configuring deep links for ios for ios, use the script provided below replace the team id with the one assigned to your ios app in the mobile ordering apps section also, copy the package name and insert both values into the ios script in place of the placeholders this will configure the deep links for the ios app note to find the required team id and package name, click edit app listing details for your ordering app and navigate to the ios tab copy the team id and package name, then replace their respective placeholders in the provided deep link script { "applinks" { "apps" \[], "details" \[ { "appid" "team id package name", "paths" \[ " " ] } ] } }