Answer the question
In order to leave comments, you need to log in
Will the WebView app be accepted in the AppStore?
Tell me, will a WebView application (wrapped in a native shell) be accepted in the AppStore? Heard a lot of "good" about the reception on the AppStore, and now I'm thinking whether to buy an acc or not.
ViewController.swift:
import UIKit
import WebKit
class ViewController: UIViewController {
@IBOutlet weak var WebView: WKWebView!
override func viewDidLoad() {
super.viewDidLoad()
let url = URL(string: "https://example.com")
let request = URLRequest(url: url!)
WebView.load(request)
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question