I developed a Cordova application in which I integrated the airwatch-sdk-plugin.
This plugin starts automatically, as stated in the official documentation, showing the following two logos respectively for Android and iOS.
How can I set a custom logo for the splash screen?
I couldn't find anything in the documentation, apart from this line:
Branding of VMware AirWatch splash screens when SDK application is launched on device
so I know it's feasible, but it's not explained how to do it
I found the solution myself, I'm posting it because it may be helpful for someone else.
For Android only, I didn't try for iOS/iPadOS yet.
Android
(File > New > Image Asset)
;resource-file
tag to copy the assets in the specific Android project folder (see Cordova documentation). For example:styles.xml
in your Cordova project and like the previous point copy this file in 'src/main/res/values' folder usingresource-file
tag; The XML file should be something like this:sencha app build android
command to check the result