Change APP icon in IOS Runtime

Asked

Viewed 157 times

0

You can change the app icon at runtime. Because I have an APP that will be used by several customers, I would like to change the name of the APP and the icon when the customer logs in. I’m currently using Swift 2.0. Grateful from now on.

  • 1

    Only if it’s for apple’s own OSX or App. iOS the most you can do is add text to the icon badge

  • What you can do is within the app, home and Talz, pages... If not an app for each client.

  • It’s what I feared, I’ll have to end up releasing a version for each client.

1 answer

1


Programmatically you can’t do that! You can automate your Build using Fastlane and write a script for you to publish to each client automatically. Check out their github: https://github.com/fastlane/fastlane

It’s a great tool for your whitelabel app, you won’t even have to go to itunes connect to make the posts anymore. You can manage your apps completely by script.

I hope I’ve helped :)

  • Apparently this is the best solution.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.