itunes

iTunes connect. iPhone provisioning portal Question/Error

Hello. I've created an app id in the iphone provisioning portal in iphone dev centre. I'm now ready to 'create' the application in iTunes connect however the bundle id that i created in iphone provisioning portal (App ID) does not show? ...

Why is this sed RegEx expression chopping off digits in certain circumstances?

sed -e 's/ *-\{0,1\},\{0,1\} *[Pp][Aa]\{0,1\}[Rr]\{0,1\}[Tt].\{0,1\} *\([0-9]\{1,\}\) *$/ (\1)/' I'm piping titles through this from an iTunes AppleScript. This should convert any title with a Part designation at the end to a parenthetical format For instance, Best of Both Worlds, Part 2 becomes Best of Both Worlds (2). The trouble r...

How to access iTunes Library both in Windows and Mac OS X

I would like to know how can I access to the iTunes Library information in multi-plataform way. I want to make a program that can run in both Windows and Mac OS X. Which programming language, API do you recommend? Take into account that this program will need a GUI. ...

Link to iTunes Ratings Page

What's the link to the ratings page on iTunes for my app? [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"???"]]; ...

Link to App Store

What's the link to my app on App Store? I want to input only the App ID. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"???"]]; ...

Auto Start iPad Video

Is there a way to boot up an iPad to automatically run a video from the Movies App (loaded in from iTunes) Thanks ...

How to get currently playing iTunes Store podcast url from C#?

Is there a way to get the URL of a podcast or iTunes U stream that's playing straight from the iTunes Store? I try CurrentTrack.URL and it gives me a blank for Store streams, whereas it gives a working URL for "Radio" streams from the left sidebar: IITTrack currTrack = m_iTunes.CurrentTrack; string path = ""; if (currTrack.Kind == ITTr...

iTunes Scripting Bridge - How to play a specific track

I am writing a mac application that uses the scripting bridge to control iTunes. I have generated the header file iTunes.h, and the SBApplication object can tell me all kinds of wonderful things. However, the commands seem very limited. There is a 'playpause' function, but I see no way to do this // iTunes is my SBApplication Object [i...

how to reject my app from iTunes Store

I need to reject one of my app's from iTunes Store but I don't know how to. Does anybody know where the reject button is? ...

iTunes API for python scripting

Hello everybody, I'm trying to develop some scripts for iTunes in python and actually i'm having quite a hard time getting the API information. I'm using the win32com.client module but i would really need to get all the specifications, methods and details. There are a few examples but I need some extra data...... thanks!!! ...

Mac - iTunes status indicator thing

I don't know what to call it, but you know that greenish thing covering most of the middle of the top of the iTunes window, that shows the apple symbol or shows the music slider or the status etc., what is it? I've seen several other applications using it -- how do you get it? I couldn't find it in Interface Builder. Thanks. ...

iTunes 10 broke Titanium Developer

I installed iTunes 10 just now. When I open Titanium Developer, the SDK version drop-down just says "loading..." forever. Anyone else seen this? Anyone have a fix? ...

Allow iPhone application to sync with iTunes

In the Apps tab of iTunes, there is a 'File Sharing' section with a list of apps that can synchronize their documents with your computer. What do you need to do to tell iTunes to sync your apps Documents folder? ...

Where can I find Apple's standard source list / sidebar icons?

I'm writing an app for OS X (in REALbasic, not Objective-C). I have implemented a source list (i.e. the sidebar in iTunes) in this app. Where on my system can I find the "standard" icons used on a sidebar, i.e: things like the "eject" and "battery" icon seen in iTunes when your iPod is plugged in. I've checked the iTunes package conten...

Will a Safari-based app for iPhone be accepted to the iTunes store?

I'm about to begin development of an iPhone app. The app itself is fairly basic, and I want a speedy turnaround time. I'm a web developer myself, specialising in traditional web technologies such as PHP/MySQL; I have no experience in Objective-C. My plan was to create a very basic iPhone app that is just a Safari service that passes s...

What is iTunes for Windows written of?

I was wondering it for a long time since Apple released iTunes for Windows. What did they use to write iTunes for Windows? It seems completely with its own UI components and everything is contained inside it. It even uses QuickTime resources files. Can we assume that they've Cocoa working with windows. Anyway, my main question is, is the...

New Test App Build on iTunes 10 Won't Install

I have been developing test builds of an app for some time and have deployed through iTunes successfully until now, with iTunes 10. At the same time I am getting a strange warning in Xcode during the build. It is: warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'...

Programming an iTunes script for converting a playlist...

I have a gigantic playlist (around 2000 songs) in iTunes that I would like to convert to 320 kbps MP3 (from low-quality AAC). What I want to do is convert all the songs in the playlist, delete the low-quality originals, and then re-import the songs into the playlist (as iTunes recognizes the converted songs as new songs and the deleted o...

iPhone - Can't convert app to ipa

Hi, I can't convert my app to an Ipa without sign that works. Please, any help? ¿Error 0xE80000080? ...

Create ipa for testing on device using iPhone Packager

Hi, i'm following Christian Cantrell guide for packaging AS3 application for iPhone, but i can't find a way to use the packager for creating an app for testing on device. I've tried with -target ipa-test and -target ipa-app-store but when i try to upload my app on the iPad, iTunes throws an error sayng that i'm not allowed. I've done a s...