You can change the app's icon at run time. Because I have an APP that will be used by several clients, I would like to change the name of the APP and the icon when the client logs in. I'm currently using Swift 2.0. Thank you in advance.
You can change the app's icon at run time. Because I have an APP that will be used by several clients, I would like to change the name of the APP and the icon when the client logs in. I'm currently using Swift 2.0. Thank you in advance.
Programmatically you can not do this! You can automate your Build using FastLane and writing a script for you to publish to each client automatically. Take a look at their github: link
It's a great tool for your whitelabel app, you will not even have to go into itunes connect any more to do the posts. You can manage your apps entirely by script.
I hope I have helped:)