tarcin
tarcin

Reputation: 629

Is it possible to change the icon of a compiled iOS app?

I was wondering if it is possible to change the icon of an iOS app without recompiling it every single time. I would like to create a personal app where I can change the icon very easily.

Upvotes: 0

Views: 71

Answers (1)

Kyle Redfearn
Kyle Redfearn

Reputation: 2281

There is a new API that was announced with iOS 10.3 that can help you with this, otherwise, it is not possible. Here is some sample code on how to use it: https://github.com/steventroughtonsmith/AlternateIconTest

Upvotes: 2

Related Questions