반응형
아이폰 앱 다운로드 링크
NSURL *appStoreURL = [NSURL URLWithString:@"itms-apps://itunes.apple.com/app/id123456789"];[[UIApplication sharedApplication]openURL:appStoreURL];
참고
http://stackoverflow.com/questions/433907/how-to-link-to-apps-on-the-app-store
반응형