Change app icon at IOS runtime

You can change the app icon at runtime. 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 am using Swift 2.0 currently. Grateful right now.

Author: Pedro Soares, 2016-08-28

1 answers

Programmatically you can't do that! You can automate your Build by using FastLane and writing a script for you to publish to each client automatically. Take a look at their GitHub: https://github.com/fastlane/fastlane

Is a great tool for your whitelabel app, you won't even need to log in to itunes connect to make the posts. You can manage your apps entirely by script.

Hope I helped:)

 1
Author: peterq, 2016-09-16 14:49:05