‘Missing recommended icon file – The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120×120′ pixels, in .png format’

I submitted an app update, but I have received an email telling me this error has occurred: Missing recommended icon file – The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120×120’ pixels, in .png format How can I fix this problem? Here are the current icon requirements from … Read more

ERROR ITMS-9000: “Redundant Binary Upload. There already exists a binary upload with build version ‘1.0’ for train ‘1.0’”

I am trying to upload my build on iTunes Connect via Xcode 5.1.1 but it is continuously showing that it is loading and app is not getting uploaded. So I have tried uploading with Application Loader but its showing the below error: ERROR ITMS-9000: “Redundant Binary Upload. There already exists a binary upload with build … Read more

Application Loader stuck at “Authenticating with the iTunes store” when uploading an iOS app

We have been trying to submit an app to the iTunes store using Application Loader for three days and keep getting stuck at the “Authenticating with the iTunes store” step. We have read many forums (including stackoverflow) and tried what was suggested: making a new provisioning profile using different or multiple versions of Application Loader … Read more

How does the algorithm to color the song list in iTunes 11 work? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago. Improve this question The new iTunes 11 has a very nice view for the song list of an … Read more

How can I pass an argument to a PowerShell script?

There’s a PowerShell script named itunesForward.ps1 that makes iTunes fast forward 30 seconds: $iTunes = New-Object -ComObject iTunes.Application if ($iTunes.playerstate -eq 1) { $iTunes.PlayerPosition = $iTunes.PlayerPosition + 30 } It is executed with a prompt line command: powershell.exe itunesForward.ps1 Is it possible to pass an argument from the command line and have it applied in … Read more