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