Hi, I have some requirement for changing Application Icon & Name using API/Manage from content management system,
Is it Possible to do this thing?
It is not possible
Hi,
I think it will not possible to change the app icon and name at run time using any API or content mgmt system. Because App icon get save in resources folder of the project. Also if make any changes in the App Name and app icon then we need to republish the applications as per OutSystems guidelines. So if by any way you are able to change App Icon or name still you need to republish the application.
https://success.outsystems.com/Documentation/11/Delivering_Mobile_Apps/Mobile_App_Update_Scenarios
regards
oke then thank you for your information @Vikas Sharma
Hi Rizky Ray,
It is possible to achieve this from outside the Outsystems environment, only with Android.
Read more here:
Android: https://stackoverflow.com/questions/14069703/rename-app-in-google-play-store
IOS: https://stackoverflow.com/questions/13305709/how-to-change-compiled-ipa-file-icons-and-name-of-application
Can you suggest what is the use case that you're trying to implement? It may be worth sharing in case we have some ideas about implementing it in a different manner.
Hi Ravi,
For Android also you need to republish/reupload the application even if outside of OutSystems.
Hi Vikas,
You mean republish and reupload from Outsystems, or just modify externally and upload from the Google Play?
For both cases, If you are doing from Outside then also you need to reupload and if we are doing outside still we need to reupload the application. Also If I developed application in OutSystems so outside I will get only APK or bundle not any code. In this it will not be possible for me to change the app name.