0
votes
1answer
28 views
Textmessage containing an appstore link
Hi,
how do I build a link, which opens the appstore and shows an app (something like itms://myapplication?action=show). I want to send that link via a text message (over the web). …
0
votes
1answer
30 views
how my cocoa application can track streaming-audio activity
I have to develop a application to log online streaming information like opened player(iTunes,Quicktime),running track, total running time of particular track.
0
votes
2answers
17 views
iTunes Plugin Programming: Intercept Events
Are there any good solutions for capturing events from within iTunes?
I'd like to build a plugin that sits inside of iTunes and respondes to rating changes for particular songs. …
0
votes
0answers
15 views
iTunes backup programatically [closed]
Hi all,
I have a file saved in my application documents folder. Is it possible to take backup of the files using iTunes ?
Any suggestions if our application data/files can be bac …
0
votes
1answer
83 views
iPhone appstore account name programmatically
Is there a way in the iphone sdk to retrieve the name of the account which bought the application programmatically?
With account name I mean the name you use to login into iTunes …
0
votes
2answers
73 views
The mechanics of the iTunes store
Not specifically a programming question, but might be something a bunch of programmers run into.
I wrote a really trivial application for the iPhone and submitted it for approvals …
1
vote
3answers
89 views
Get UUID without iTunes
Hi, I am looking for a way to extract my iPhone (OS v3.0) UUID without using iTunes. I tried "UUID Revealer" from Cydia Store but that is not working on my system. I could SSH with …
1
vote
1answer
80 views
Best implementation for iTunes-like playlist structure?
I'm creating an app that has a master-detail interface, similar to iTunes. It has the same data hierarchy as iTunes' playlists (except that I'm not allowing groups of "playlists" …
1
vote
0answers
25 views
iPhone/iPod Touch sync notifications
I know that it's possible to add an observer for notifications with the com.apple.iTunes.playerInfo identifier, but this only seems to include events for music related events.
I a …
0
votes
1answer
35 views
Applescript to launch iTunes with a specific library
I would like to write an AppleScript that would allow me to launch iTunes with a given Library instead of having to hold down the Option key and browsing for one. I'm already awar …
1
vote
2answers
19 views
accessing enums in a COM object [jscript]
How do I access an enum that is defined within a COM interface? Specifically, I've created a new instance of an iTunes.Application:
var iTunesApp = WScript.CreateObject("iTunes …
3
votes
3answers
798 views
How to decrypt an encrypted Apple iTunes iPhone backup?
I've been asked by a number of unfortunate iPhone users to help them restore data from their iTunes backups. This is easy when they are unencrypted, but not when they are encrypted …
1
vote
7answers
1k views
Problem installing app on iphone via iTunes 9 with Ad Hoc provisioning
I can install an app on my development iPhone compiled with "Debug" configuration using my Ad Hoc provisioning and everything works OK.
But when I build it using "Release" configur …
2
votes
1answer
67 views
Adding song to itunes with C# sdk/api
I'm looking for an SDK or API (c#) that would allow me to add songs to my itunes library. If anybody knows of one, that would be a big help.
0
votes
6answers
135 views
Automatic checking of iTunes store
Hi,
I have got a couple of applications on the app store and I am checking daily all available countries to check out if someone left a review on my application and at what place …
