Changing Album Name property of the audio book track, does not affect the title of Audiobook on iOS5 device.

2012-01-23 Thread Payal Mundhada
Hi All, I am transferring audiobook from Mac OS X to iOS device using iTunes (during transfer the audiobook is not copied to iTunes). For the transfer I am using apple script (with Cocoa). I found that if the album name of audiobook is not set, after transfer on iOS device (iPhone, iPad..)the

Get OS version of iOS device connected to Mac OS X

2012-01-19 Thread Payal Mundhada
Hi All, I am transferring audiobooks from Mac OS X to iOS devices (iPhone, iPad, iPod) using iTunes. I am using cocoa with applescript. For transferring audio tracks from Mac OS X to iOS device using iTunes, I am using apple script function add track to playlist. I found that the function

Apple script issue with iOS5 device.

2012-01-11 Thread Payal Mundhada
Hi All, I am transferring audio tracks from MAC OS X to iOS devices using apple script. I am using apple script in cocoa application. Manually manage music and videos option in iTunes is checked. First i am creating playlist on device using apple script function: set new_ipodplaylist to (make

Issue in iTunes COM for Windows SDK with iOS5

2012-01-09 Thread Payal Mundhada
Hi All, This is regarding iTunes COM for Windows SDK. This may not be the proper place to post this question, but there doesn’t seem to be a list for the same. I am trying to transfer audio files to iPhone through iTunes SDK Following is the code snippet which I am using to transfer the file

iTunes problem related to free space on device (iPad, iPod ) when transferring data to device.

2011-09-29 Thread Payal Mundhada
Hi All, I am transferring audio files to iPod, iPad using iTunes programatically. We have noticed that iTunes does not transfer the file\track\book to the device (iPad / iPod), even if size of the data to transfer is less than the available free space of the device. for ex. The free space

Fwd: Problem in updating NSTextView on Mac OS X 10.7

2011-09-07 Thread Payal Mundhada
Hi All, I have programatically added NSTextView Object. I want to remove old text from it and insert the new text. This NSTextView object is not editable. I am setting value in it using function setString. I want to update textView continuously, but the text is not updated in continuos

Fwd: NSURLConnection problem on Mac OS X 10.7

2011-09-07 Thread Payal Mundhada
Hi All, I am making a web service call with NSURLConnection. Response is received correctly on Mac OS X 10.5 and Mac OS X 10.6. On Mac OS X 10.7, I am getting response as Bad Request for the same request. When I make a call for same request successively two times following is the output 1.