There is a button in the ios-application "Our other products" on which the code has put:
let url = NSURL(string: "http://appstore.com/NameFamily") let request = NSURLRequest(URL: url!) webb.loadRequest(request) where NameFamily is a developer account, the code gives a blank screen on the App Store. There is only one application in the store, but there will be more ... what went wrong?