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
Post a Comment