Launching App Store from App in Swift

前端 未结 9 1018
情深已故
情深已故 2020-12-31 01:43

I am creating an app, and I have a banner which promotes my other app. This is my code:

var barsButton : UIButton = UIButton(frame: CGRectMake((self.view.bou         


        
9条回答
  •  误落风尘
    2020-12-31 02:23

    Link you are trying to open is not valid - remove https: schema from it (or itms: - but I suggest first option, to avoid redirects)

提交回复
热议问题