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...
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...
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”...
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...
Apple has released new version of iTunes Connect & I got an error message when I tried to set Screenshots on itunes connect for my app. "Images can't contain...
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 }...