The OgoMovieID URL scheme is: ogomovieid://
override func viewDidLoad() { super.viewDidLoad()
// Construct the iOS link let movieID = "12345" let url = URL(string: "ogomovieid://movie/\(movieID)")!
The OgoMovieID URL scheme is: ogomovieid://
override func viewDidLoad() { super.viewDidLoad() ogomovieid ios link
// Construct the iOS link let movieID = "12345" let url = URL(string: "ogomovieid://movie/\(movieID)")! The OgoMovieID URL scheme is: ogomovieid:// override func