I'm trying to create the link to App Store and I found many ways to do it.
Open App Store page in iTunes Store.
let url = URL(string: "itms://itunes.apple.com/th/app/cafe-amazon-smart-pay/id1047593542")Open App Store.
let url = URL(string: "https://itunes.apple.com/th/app/cafe-amazon-smart-pay/id1047593542")Open App Store.
let url = URL(string: "itms-apps://itunes.apple.com/th/app/cafe-amazon-smart-pay/id1047593542?mt=8")
As far as I know, Method #2 and #3 almost produce the same result.
But I curious it should have some difference?.