How to change app name and icon dynamically after installation..?

Here is the exact situation:


What i want to do is make a generic application for several of our clients, that upon installation and login by users it detects which of our client it applies to and changes its icon and name of the app to reflect the appropriate branding. Is this doable..?

>generic application for several of our clients


You may face another issue, since it seems the app will be published under your account vs. each client - how many is 'several'...?

Hey, I have the same issue as you and I saw your post, I would like to know if you have solved this because I want to do something like that too, just changing the app icon dynamically depending of who the user is

Same is here, not Ks of clients but it’s really can help to avoid duplicated code generation and can help to change App icon and name based on the user login or business code validation.

is it possible or not?

For the App icon change dynamically we can done. Even i did, but for changing the name dynamically i am searching. PFB for change the dynamic icon that i follow. https://www.hackingwithswift.com/example-code/uikit/how-to-change-your-app-icon-dynamically-with-setalternateiconname https://medium.com/naukri-engineering/how-to-achieve-dynamic-app-icon-in-ios-a2f13691af75

How to change app name and icon dynamically after installation..?
 
 
Q