Is there any way to backup/restore iPhone adhoc build via iTunes? I tried different ways and manipulation and it seems to be impossible for me. But probably someone know any tricky solution to do so.
I'm asking about this to test whether application works correct after restoring it backup on another device. I have live app in iTunes and...
I want an Applescript that refreshes a certain song in iTunes from a file. To address the file in iTunes, i have only the path to the file.
I tried it on my own with "refresh" and "file track" but I'm a total newbie on AppleScript so I didn't got anything to work.
...
Hello folks, i'm making an Itunes plugin with an embed browser attached to it.
I can see it, and it works perfectly, but it can't receive mouse inputs!
I think that itunes is getting all the inputs for it...
anyone knows a way to solve this?
...
I've got iTunes running and the media buttons on my computer work with it. I've installed mmkeys.dll which has been recommended for making iTunes work with media keys in the background and it works fine with all apps - firefox, thunderbird, MSN messenger, Open Office.
But when Visual Studio 2008 is in the foreground the buttons stop wor...
How about M4V Converter Plus? Anyone use it
![alt text][1]
...
can i access the iTunes library of the iphone device in my app.
if yes, then can u point me in the right direction.
...
Hi,
I have an NSTableView and I have successfully implemented both tableView:validateDrop:proposedRow:proposedDropOperation: and tableView:acceptDrop:row:dropOperation:.
I don't need tableView:writeRowsWithIndexes:toPasteboard: because that's for dragging objects out of the NSTableView.
Now, the problem is that I want it to behave kin...
I'm making an iPhone app for a band, which lists songs for the band. When the user touches a button next to a song, I want to open iTunes and display that song. Currently I'm using this code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: linkLocation]];
where linkLocation is a link to the song in iTunes. This works...
I'm learning C# event handling by writing an app that uses the iTunes COM API. I have a method that should run when iTunes stops playing a song, but the method is never getting called when I trigger the event in the app by hitting the "stop/pause" button.
EDIT: Based on dboarman's reply, I deleted the while loop. Now the event does get ...
Is there a tool that will aggregate all the rerpots that Apple provides on sales of apps? Apple's reporting tool is very poor and hard to use without manually pulling data into Excel each period.
...
The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate
getting this error message..
since 2 dayz..
tried all googling..
its still there
...
I have an ID3v1 tag that shows up in iTunes like: "It's Been A While". But when I read the tags with the libtag library "It¹s Been A While" comes out. Now when I open the file with a hex editor, I can see that it actualy is 0xB9 which is ¹ on Latin-1 and UTF-8/16. So how does Itunes get a ’ from 0xB9? Any ideas? Is there any character en...
I'm look at a way of turning an iTunes podcast id into the RSS feed that the podcast producer serves.
I'm aware of the RSS generator, which can be used to generate a feed of links to podcasts, but these links are to HTML pages.
If you have iTunes open, you can manually export the list of podcasts by exporting to OPML, so we can surmis...
I have an application in which I change the data on web and then download the files then I compile my iPhone app with data. I just want to create ad-hoc distribution so I have already added devices. So is there a way that anytime I change data on web then I compile my iPhone app over the server using PHP and some command-line script so...
Dear All,
Can any one help me please that how to post Json object to web service using c#? Actually I am trying to verify an App Store Transaction Receipt in C#.
follow this link to have an enough idea.
http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StoreKitGuide/VerifyingStoreReceipts/VerifyingS...
Hi,
I created an iPhone application. I am distributing it with the ad hoc method. It installs just fine from the iTunes installed on the machine where the app was created. Anywhere else the iTunes just gives the error 'Resources have been modified'.
Please help.
...
Hi
Is there an API which lets me create iTunes Gift cards and send them in emails? The iTunes FB app has this option so there must be a programming interface, but couldn't find any references anywhere.
Any ideas where I can get a head start or is there no such API?
Thanks.
...
I would like to create a scrollbar in WPF that looks like the one seen in iTunes cover flow. See scrollbar image below, which also shows the reflection of the album art underneath the scrollbar.
Below is a basic scrollbar control in xaml.
<ScrollBar Name="scrollBar1" Height="24" Width="Auto" Orientation="Horizontal"
Smal...
I'm learning how to parse XML with PHP's simple XML. My code is:
<?php
$xmlSource = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?> <Document xmlns=\"http://www.apple.com/itms/\" artistId=\"329313804\" browsePath=\"/36/6407\" genreId=\"6507\"> <iTunes> myApp </iTunes> </Document>";
$xml = new SimpleXMLElement($xmlS...
Hi,
I will try to read and change ITunes Settings from my Application.
I google a lot but noone seems to try it before, has anyone an Idea?
Im not find a file or something where ITunes save settings for the user.
...