History of iTunes Store music previews

2014-05-19 Thread Madhavi Gundeti
Hi, Is there any way to save iTunes Store music/video preview history on my Macintosh Music Library? I am developing one Mac application to save the history of played music/video by user(including music/video previews). But I observed iTunes Store is not saving music/video preview history of

Re: iTune Plist changes from NSUserdefaults

2014-01-12 Thread Madhavi Gundeti
...@mooseyard.com wrote: On Dec 23, 2013, at 10:58 PM, Madhavi Gundeti madhavi.gundet...@gmail.com wrote: I am developing a daemon which runs as root That’s not recommended, because the daemon will have the ability to do all kinds of bad things. A bug could destroy someone’s system, or worse

Re: iTune Plist changes from NSUserdefaults

2013-12-23 Thread Madhavi Gundeti
Hi Jens, Thank you so much for the reply. But Is there any way to change other user defaults as root user?? Thanks and Regards, Madhavi G. On Mon, Dec 23, 2013 at 4:39 AM, Jens Alfke j...@mooseyard.com wrote: On Dec 11, 2013, at 4:45 AM, Madhavi Gundeti madhavi.gundet...@gmail.com wrote

Re: iTune Plist changes from NSUserdefaults

2013-12-23 Thread Madhavi Gundeti
exactly I want. Thank you so much for your reply again :) Thanks and Regards, Madhavi G. On Tue, Dec 24, 2013 at 11:35 AM, Jens Alfke j...@mooseyard.com wrote: On Dec 23, 2013, at 9:32 PM, Madhavi Gundeti madhavi.gundet...@gmail.com wrote: But Is there any way to change other user defaults

iTune Plist changes from NSUserdefaults

2013-12-22 Thread Madhavi Gundeti
Hi, I am developing one MAC application to change iTunes Parental control setting programmatically. I am using NSUserdefaults class to achieve above. Please find the sample code. #define kBundleIdentifier @com.apple.iTunes NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];