Rex*_*ids 5 iphone xcode objective-c uiview app-store
点击UIView之后我想把我的应用程序的用户从我的应用程序中取出到应用商店的另一个应用程序.我该怎么做?
Tuo*_*nen 13
NSString *buyString=@"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=APP_ID&mt=8"; NSURL *url = [[NSURL alloc] initWithString:buyString]; [[UIApplication sharedApplication] openURL:url]; [url release];