Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can two iPhone apps built from the same code use different iTunesArtwork (full version & lite/free version)?

I am currently building a full and a lite/free version of an iPhone app from the same source (along the lines of Creating Lite Versions of iPhone Games / Apps). This works great.

The only thing I cannot figure out is how to have two different iTunesArtwork files included in the respective build (e.g. one with a "lite" stamp on it, one without).

I read App Icons on iPad and iPhone on Apple's page but they don't say what to do with iTunesArtwork. I did include different "Icon.png" etc. files in the two different *.plists I have and this works as expected. But what about iTunesArtwork?

Am I missing something?

like image 295
scherand Avatar asked Jun 01 '26 12:06

scherand


2 Answers

It is not required to embed the 512x512 artwork into your bundle. In iTunes Connect you will be able to upload the 512x512 file and you will be able to upload screen captures for the two different apps.

like image 62
Walter Avatar answered Jun 03 '26 01:06

Walter


In XCode 4 you can create a group where you put your target specific files and assign them the correct target membership in the identity inspector. Thus you have always the correct iTunesArtwork in your .ipa file.

This worked for me like a charm.

Hope it helps.

like image 39
Maverick1st Avatar answered Jun 03 '26 02:06

Maverick1st