Questions tagged [itunesartwork]

42 questions
22
votes
3 answers

iTunesArtwork png files needed in xCode 5?

In xCode 5 we have the ability to use the xcassets file to catalogue our app images. It appears that there is not a place for iTunesArtwork and iTunesArtwork2x files. Does this mean that these files are no longer needed in xCode 5? If they are…
SAHM
  • 3,747
  • 4
  • 37
  • 77
15
votes
4 answers

How can I skip compressing one PNG?

(Note: I have solved this problem, but it took long enough that I'm posting question/answer here.) The Xcode build process "optimizes" my PNGs when building. This isn't usually a problem, but iTunesArtwork being processed in this way causes corrupts…
Steven Fisher
  • 43,056
  • 20
  • 131
  • 184
12
votes
3 answers

Getting bigger artwork images from iTunes web search

I'm fetching song information using the iTunes Store web service search API. The only problem I've got, is that the resolution of the artwork is extremely low (only 60x60px or 100x100px available). artworkUrl100, artworkUrl60: A URL for the…
tamasgal
  • 20,852
  • 15
  • 87
  • 129
8
votes
3 answers

Apple's web service operation was not successful and Unable to Authenticationthe package?

When I'm trying to upload an app with Application Loader but I get following error : Apple's web service operation was not successful. Unable to Authenticationthe package 787376632.itmsp ERROR ITMS-9000:"Invalid Image Path _ No image found at the…
Musthafa
  • 852
  • 3
  • 12
  • 27
5
votes
2 answers

Where is Xcode's Build and Archive command looking for its iTunes artwork?

I just found out about the Build and Archive option, and it looks very nice. However, my application build with Build and Archive has a big question mark as its artwork in the Organizer window, instead of my nice iTunesArtwork file. I tried to have…
Jean-Denis Muys
  • 6,602
  • 7
  • 40
  • 67
4
votes
2 answers

Apple App Store not showing correct icon in iOS 7

I've updated one of my apps to support both iOS6 and iOS7. After the update was approved, the icon for the app in search results is incorrect on iOS7. As you can see, the icon is correct on the app page, but not correct in the search results page…
spybart
  • 2,504
  • 2
  • 20
  • 32
3
votes
1 answer

MPMediaItem with no artwork when bought from iTunes

I'm developing a iOS media Player using the iPodMusicPlayer. I have a UITableView with the MPMediaPickerController selector. After buying a song from the iTunes store, the picked track has no artwork in the iPodMusicPlayer: MPMediaPlayer* player =…
loretoparisi
  • 12,864
  • 9
  • 78
  • 108
3
votes
1 answer

iTunes API artworkUrl512 method of getting different icon sizes no longer work, fix?

This is related to posts like this: iTunes API: get 100x100 px icon of an App However since the method described in the accept answered there seems to be broken on a few, yet consistent, occasions, I'm gonna ask if there is a known workaround or…
Jonny
  • 14,972
  • 14
  • 101
  • 217
3
votes
1 answer

iTunes Artwork images type removal?

I have an existing iTunesArtwork image To modify the image I've converted it to png image As I read that the iTunes artwork is nothing but a png image without png extension so I added a png extension and it became png image then I modified the…
Shajo
  • 823
  • 1
  • 9
  • 20
3
votes
1 answer

How to use a different icon for the App Store and device's home screen in applications with image assets?

The App Store stops showing the icon from iTunes Connect on non-retina computers' displays, and shows the app's icon now for applications with image assets. How can I use a different icon in the App Store and on the device's home screen for…
Dmitry
  • 13,126
  • 20
  • 95
  • 177
2
votes
2 answers

App icon has strange white edges in iTunes Connect

Have uploaded an iPhone app to iTunes Connect, providing a 512x512 icon with square corners, plus 'Icon already includes gloss effects' key set to 'YES' in my info.plist as I don't want a gloss. When viewing the result in iTunes Connect, the icon…
2
votes
1 answer

How to access Apple Music album art in iTunes via Apple Script

I'm trying to create an application that sets the desktop background to the album artwork of the current song playing in iTunes, but have come across an issue where my script can't read the album art of an Apple Music song unless it has been added…
2
votes
1 answer

iTunes Album Artwork path for iTunes 11.1.4+

I have an application that parses the iTunes library using the iTunes Library XML file generally found in the root of the iTunes library location. Finding the library is not an issue. The issue is that as of at least iTunes 11.1.4 (possibly…
jsimon
  • 436
  • 6
  • 15
2
votes
0 answers

Xcode 5 : AdHoc iTunesAdwork

I've an AdHoc distribution for my iOS application. However, I find it very ugly that the application has no icon in iTunes. I've added the iTunesArtwork without extension to the root of the project, but it won't appear in iTunes. What can I do…
Rob
  • 3,429
  • 1
  • 27
  • 53
2
votes
1 answer

Set artwork for music file in iOS iTunes Library (Jailbreak)

There is a good open-source library that uses Apple's private frameworks to add audio file to the iTunes library on a jailbroken iOS device, libipodimport. What it's missing is the ability to also add artwork when adding a music file (one…
newenglander
  • 1,935
  • 22
  • 52
1
2 3