I need to know whether its possible to customise the look and feel of IBM Mobile First App Center. Like adding our own branding image and changing the ui style of the App Center.
Asked
Active
Viewed 110 times
1 Answers
3
If you are referring to the Application Center Management Console - you cannot alter its UI because it is part of a .war file. You could potentially open this .war file, edit the files and re-deploy it. But this is an action not supported by IBM.
If you are referring to the Application Center Installer application that you install on the end-user device, yes, you can customize its look & feel, as you have the project source code. Feel free to alter its UI however you'd like. However if you alter its functionality, this will not be supported.

Idan Adar
- 44,156
- 13
- 50
- 89
-
thanks. Can u point me to a link where i can download the project source code for IBM App center mobile application ? – Kalyan Jul 21 '15 at 10:13
-
What do you mean? As an IBM customer you already have said sources as part of the package you have download. Consult your documentation. – Idan Adar Jul 21 '15 at 10:18
-
I can only find the link to download IBMApplicationCenter.apk file from the server from this link : https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-0/moving-production/distributing-mobile-applications-application-center/#clients and i couldn't find any links regarding downloading the source code – Kalyan Jul 21 '15 at 10:36
-
The project and its source code is part of the package you download. You do not download it separately. – Idan Adar Jul 21 '15 at 10:37