I have been unable to overcome this error in Application Loader. I've quit, restarted, tried different computers - it's like the server is hung up on an op that I never initiated and it won't time out. Has anyone seen it before and beaten it?
...
Since the last update, there is no option anymore under the Device section to prevent iTunes from annoying me. Is there a tool that will kill iTunes automatically every time it opens? Or is there another way to get rid of this?
...
Hey,
I'm having a lot of trouble trying to get my app on iTunes connect with the app loader. I think the problem is the connections between the ID's, and how they all need to match up. Could someone please explain this too me?
My situation -
Bundle Identifier in Info.plist com.<domain>.<appname>
Distribution Provisioning Profiles App...
Hi there, there are some apps that seem to recognize the iPhone's iTunes user.
I need to develop an app that supports In-App Purchase of kind "Subscription".
Apple wants that my app grants the subscription in every user's device (iPhone, iPod, iPad).
To do so I can build a server-side subscription system that binds the subscription with ...
Does anyone know where in iTunes Connect one can download a report of the number of free apps downloaded and in what countries? It used to be possible to download such a report from Sales and Trends, but now there are just graphs of the number of free apps downloaded. I'd like something similar to the reports found in Payments and Fina...
Hi,
Basically, I want to be able to create an app that accesses your iTunes Library and plays the music.
How can I access the library directly from the app?
Regards.
...
I drag the .mobileprovision and app.zip file in the list of applications in itunes, I also get add-cursor, but if release the mouse-button nothing happens. the list is still empty, whats wrong?
...
Is there a way to programmatically transfer an iTunes gift card to some user?
Or credit an iTunes account?
Thanks!
...
I know how to get information about a current track in iTunes with Cocoa Scripting Bridge thanks to an answer to my following question:
http://stackoverflow.com/questions/3930771/how-to-hook-a-listener-to-itunes
But I couldn't receive a notification in this way when volume changed.
Is there any way to hook a listener for volume?
Than...
Hi,
I have a scenario to fill for a client: he want to have an ad-hoc app, were he can
change a file (in this case an .xml file) when he want, without using xcode (because they dont
have any mac). I created this file, but when I change something inside, copy to itunes again
and I try to install, it says that the resources has been modifi...
Hi Everyone,
I try to test Game Center in my iPhone game, but when i try to connect whit the following lines of code i get a alert that says "This game is not recognized by Game Center.".
[[GKLocalPlayer localPlayer] authenticateWithCompletionHandler:^(NSError *error) {
if (error == nil)
{
// Insert code here to handle...
I know that iTunes has a search and lookup API but I still haven't figured out how to return all iPhone/iTouch/iPad apps for a given developer ID. Anyone know how and can provide an example?
...
I'm on a network with a couple of people that all listen to music using iTunes (Mac and PC). I want to build a web page that will publish the track, artist and the logged in user's name. A user will need to be able to easily toggle whether they want their music displayed or not. The idea is similar to IM clients where it says what you...
I have found a problem trying to install an ad hoc distribution on my itunes.
1) I have distribution certificate
2) I have distribution profile
3) I have add entitlements.plist, although from what I read this is no longer required. it looks like the plist does not even have a get-task-allow bool anymore to set. I have tried with adding...
I'm diving into iOS development and I have a quick noob question about Core Data. As I understand it, any data that in an app's Documents folder is backed up to iTunes when the user syncs their device. Does that mean if my core data sqlite db is in the Documents folder, then that data will be synced between multiple devices with the same...
I am trying to develop a simple menu bar application that would let me visualize the charging status of my attached iPhone/iPad without having to launch iTunes. After a long search, I am unable to conclude if this is a possibility with the Snow Leopard APIs.
My search has led me to a service running at boot time called com.apple.ipodse...
My app has a feature for File Sharing through iTunes, and I want to get a notification/a method call after the process of syncing with iTunes is finished, so that I can reload my Table View with new data from iTunes. I have tried to override - (void)viewWillAppear: but it doesn't seem to run. Anybody knows how to do this?
...
How can I move a song that's in a playlist to a different position within the list with an AppleScript command?
I already have the song and the playlist, and the one is already in the other; I need only to change the position.
My goal is to sort the tracks that the user has selected; ideally, I'd want to move the first-by-order track t...