Driver app configuration
Who can do it: Service provider
Where: Wialon Platform Studio
When creating a build for a white-labeled driver app, you must configure the app identity for the app stores. You can also configure push notifications for each platform (Android and iOS).
Android app configuration
To configure the Android app settings for a build:
-
In Wialon Platform Studio, go to the Sites and apps page and open the Driver app tab.

-
Click New build or open an existing build.

-
On the Build settings tab, click Settings next to Android app configuration.
-
Fill in the following fields:
-
App name: The name of the app. It is displayed in the Google Play Store.
-
Bundle ID / package name: The unique identifier for your Android app (for example,
com.yourcompany.driver). The package name is suggested automatically based on the app name. You can’t change it later. -
Email: Your contact email. When the build is ready, a notification is sent to this email.

-
-
(Optional): Enable the Push notifications toggle to configure push notifications for the app. See Configuring push notifications below.
-
Click Save.
iOS app configuration
To configure the iOS app settings for a build:
-
In Wialon Platform Studio, go to the Sites and apps page and open the Driver app tab.

-
Click New build or open an existing build.

-
On the Build settings tab, click Settings next to iOS app configuration.
-
Fill in the following fields:
-
App name: The name of the app. It is displayed in the Apple App Store.
-
Bundle ID: The unique identifier for your iOS app (for example,
com.yourcompany.driver). Make sure the Bundle ID matches the one registered in your Apple Developer account. -
Email: Your contact email. When the build is ready, a notification is sent to this email.
-
Provisioning profile: Upload the provisioning profile file (.mobileprovision format). It links the app to your developer account and devices. Make sure the profile includes all required capabilities for your app, such as in-app purchase, push notifications, and communication notifications.

-
-
(Optional): Enable the Push notifications toggle to configure push notifications for the app. See Configuring push notifications below.
-
Click Save.
Changing the Bundle ID after the initial app submission may require creating a new app listing in App Store Connect.
Configuring push notifications
You can enable push notifications for your white-labeled driver app. Push notifications require a Firebase service account configured in the Developer account tab.
To enable push notifications for a build:
-
Enable the Push notifications toggle.
-
Go to Firebase Console and register your app to get the configuration file.
-
Download the configuration file from the app settings in Firebase Console.
-
Go back to the app configuration in Wialon Platform Studio.

-
Click Set up to configure your service account in the Firebase section of the Developer account.
-
In the Google services area, upload the configuration file. Click the upload area or drag and drop the file. Recommended format: .json. Maximum size: 10 MB.
-
Click Save.
After you save the Android or iOS apps configuration, the build appears in the table on the Driver app tab with the In edit status. Click the In edit status chip to open the build and continue editing (for example, to configure the remaining settings or update the branding).
