IosAppUpdateManager

constructor(bundleId: String? = NSBundle.mainBundle.bundleIdentifier, currentVersion: String = (NSBundle.mainBundle.objectForInfoDictionaryKey("CFBundleShortVersionString") as? String) ?: "0", httpClient: HttpClient = HttpClient(Darwin))