wassen
6/29/2018 - 5:01 AM

openAppStore.swift

func openAppStore() {
    let itunesURL = "itms-apps://itunes.apple.com/app/id560447268"
    let url = URL(string: itunesURL)
    UIApplication.shared.openURL(url!)
}