public string GetPhoneBrand() { //string brand = sdkUtil.CallAPI<string>("GetPhoneBrand"); string brand = IosManager.GetPhoneBrand(); if (brand == null) { brand = ""; } return(brand); }