我讀過關於如何打開存儲在應用程序中的mobileconfig文件的問題(Unable to open mobileconfig file in Safari ios devices[resolved]) 我需要在我的應用程序中執行相同的操作,但我不知道如何製作服務器在後臺運行我已經嘗試過使用CocoaHTTPServer和GCDWebServer,但都需要使用WiFi連接來創建服務器。我需要做一個
我想讓GCDWebServer顯示靜態內容。我有代碼 import UIKit
import Foundation
class ViewController: UIViewController {
var webServer:GCDWebServer?
let urlpath = NSBundle.mainBundle().pathForResource("index
我嘗試運行GCDWebServer以便從它要使用的相同設備訪問它。 我有下面的代碼 import UIKit
import Foundation
import WebKit
class ViewController: UIViewController, WKNavigationDelegate {
var webServer: GCDWebServer?
var we