IOS How to open up iTunes, use this URL

NSString *stringURL = @"http://phobos.apple.com/WebObjects/MZStore.woa/
                         wa/viewAlbum?i=156093464&id=156093462&s=143441";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

PHP Predefined Variables

Java : Variables Declaring