P
P
prrrrrrr2019-08-30 12:34:30
Apple App Store
prrrrrrr, 2019-08-30 12:34:30

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

2 answer(s)
2
2vtlk, 2019-08-30
@2vtlk

Not

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question