Open AppStore through button
问题 Could you guys help me to translate the following code into Swift? [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.apple.com/de/app/x-gift/id839686104?mt=8&uo=4"]]; (or do I have to take this link: itms://itunes.apple.com/app/id839686104 ?) Thanks in advance! 回答1: Here. But I highly suggest you learn the basics of Swift! UIApplication.sharedApplication().openURL(NSURL(string: "itms://itunes.apple.com/de/app/x-gift/id839686104?mt=8&uo=4")!) 回答2: Swift 3 Syntax