Ios 间谍没能启动。无法选择开发人员标识(证书)

Ios 间谍没能启动。无法选择开发人员标识(证书),ios,xcode,automation,Ios,Xcode,Automation,我正在使用Quamotion WebDriver在iOS设备上编写测试脚本 我在启动测试时以及在WebDriver界面中启动Spy时都会收到一条错误消息 我附上了Spy中的错误截图、Python测试脚本和结果 我做错了什么 错误信息 间谍没能启动。无法选择开发人员身份(证书)和设置配置文件以在UDID为“232133a9b7b5a840d4da4dc2a8f45cd492633a9c”的设备上启动“Quamotion设备代理” import quamotion driver = quamoti

我正在使用Quamotion WebDriver在iOS设备上编写测试脚本

我在启动测试时以及在WebDriver界面中启动Spy时都会收到一条错误消息

我附上了Spy中的错误截图、Python测试脚本和结果

我做错了什么

错误信息 间谍没能启动。无法选择开发人员身份(证书)和设置配置文件以在UDID为“232133a9b7b5a840d4da4dc2a8f45cd492633a9c”的设备上启动“Quamotion设备代理”

import quamotion

driver = quamotion.device('232133a9b7b5a840d4da4dc2a8f45cd492633a9c')
apps = quamotion.get_installed_apps()
print(apps)

driver.implicitly_wait(60000)

driver.home_screen()

driver.find_element_by_link_text('Safari').click()

urlTextField = driver.find_element_by_class_name('XCUIElementTypeTextField')
urlTextField.clear();

urlTextField.send_keys('itms-apps://itunes.apple.com/us/app/apple-store/id304878510')
urlTextField.send_keys('\n')

driver.find_element_by_xpath("//XCUIElementTypeButton[@label='GET']").click()
driver.find_element_by_xpath("//XCUIElementTypeButton[@label='INSTALL']").click()
driver.find_element_by_xpath("//XCUIElementTypeButton[@label='OPEN']").click()

driver.switch_to_alert().accept()

driver.quit()

在Spy窗口中,您可以单击“有关如何退出此应用程序的更多信息”。(选择类型、平台、设备等后)

详细信息提供拒绝/接受设置配置文件或证书的原因


您可以复制此窗口的内容吗?

您有一个“对象引用未设置为对象的实例。”问题。请查看输出中的源代码行标记,并将其指向代码文件中的位置。错误消息表示您没有可用于退出iOS应用程序并将其安装到设备上的配置文件或代码签名证书。您是否已将开发人员配置文件上载到WebDriver?如果是,你能分享设置页面的截图吗?@FrederikCarlier,我在你的电子邮件中发布了一个截图,非常感谢你的帮助。请在你的问题中键入并引用完整的错误信息,而不是发布图片。这样,将来有同样问题的人就可以找到这个问题。我发布了那个页面的内容。@JackChen我找不到辞职信息。你能用文字把它贴出来吗,以避免图像被删除?我把所有的信息都放在那个页面上了。我留下什么了吗?
   File "C:\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 903, in implicitly_wait
    'ms': float(time_to_wait) * 1000})
  File "C:\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 320, in execute
    self.error_handler.check_response(response)
  File "C:\Python36\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Object reference not set to an instance of an object.
Stacktrace:
    at Quamotion.WebDriver.Controllers.SessionController+<SetImplicitWaitTimeout>d__42.MoveNext (<anonymous>)
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (<anonymous>)
    at lambda_method (<anonymous>)
    at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable+Awaiter.GetResult (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor+AwaitableResultExecutor+<Execute>d__0.MoveNext (<anonymous>)
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (<anonymous>)
    at System.Threading.Tasks.ValueTask`1.get_Result (<anonymous>)
    at System.Runtime.CompilerServices.ValueTaskAwaiter`1.GetResult (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+<<InvokeActionMethodAsync>g__Awaited|12_0>d.MoveNext (<anonymous>)
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker+<<InvokeNextActionFilterAsync>g__Awaited|10_0>d.MoveNext (<anonymous>)
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync (<anonymous>)
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (<anonymous>)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (<anonymous>)
    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker+<<InvokeNextExceptionFilterAsync>g__Awaited|25_0>d.MoveNext (<anonymous>)
Resign Information
Provisioning Profile Elegibility
Profile Rejected Reason Preferred Reason    Selected?
Dist Prov Profile - HK Controller Apple Watch   Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Developer Provisional profile - My JBL Headphones   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
HarmanDisTest   DeviceIdMismatch, AppIdMismatch AppIdSeedMatches    false
LexiconSoundsteer Dist Profile  Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Dist Prov Profile - My JBL Headphones   Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Enterprise_DebugSoundsteer_developerment    DeviceIdMismatch, AppIdMismatch, NoCertificate  HasGetTaskAllow, AppIdSeedMatches   false
App Store HKController  DeviceIdMismatch, AppIdMismatch None    false
Harman Kardon Citation AppStore Profile DeviceIdMismatch, AppIdMismatch None    false
BigData JBL Connect Dev Prov Profile    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - HK Controller   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
iOS Team Provisioning Profile: com.harman.BLETool   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Profile - JBL Connect Expired, NoCertificate  AppIdSeedMatches, AppIdExactMatch   false
Dev AKG N20LT   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Harman Kardon Citation AppStore Profile DeviceIdMismatch, AppIdMismatch None    false
Dev My JBL Headphones   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dev HK Controller   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Sherlock In-house Dist Prov Profile Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Developer Provisional profile - JBL Connect Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
Dist Prov Profile - HK Controller Apple Watch OS1   Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
iOS Team Provisioning Profile: com.harman.iapTest   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Profile - JBL Connect None    AppIdSeedMatches, AppIdExactMatch   false
iOS Team Inhouse Provisioning Profile: com.harman.BLETool   AppIdMismatch, NoCertificate    AppIdSeedMatches    false
Dev Prov Profile for Sherlock   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Harman Test Dev Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - AKG N20LT   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dist AKG N20LT  AppIdMismatch   AppIdSeedMatches    false
App Store AKG N20LT Headphones  DeviceIdMismatch, AppIdMismatch None    false
enterprise_soundsteer_dev   DeviceIdMismatch, AppIdMismatch, NoCertificate  HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Prof - JBL Music Test Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Developer Provisional profile - HK Connect Plus Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - JBL Connect DeviceIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
Dist Prov Profile for Sherlock  Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
iOS Team Provisioning Profile: com.harman.aaaaaUITests  AppIdMismatch   HasGetTaskAllow, AppIdSeedMatches   false
iOS Team Provisioning Profile: com.harman.WXDemoUITests DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect AdHoc Profile   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate None    false
Developer Provisional profile - JBL Connect DeviceIdMismatch    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
Dist Prov Profile - HK Controller Apple Watch OS2   Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
HK Citation Dist Profile    Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Developer Provisional profile - HK Controller   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Provision Profile (Dist) JBL Smartbase  DeviceIdMismatch, AppIdMismatch None    false
iOS Team Provisioning Profile: com.harman.BLEDemo   DeviceIdMismatch, AppIdMismatch, NoCertificate  HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
BigData JBL Connect Dev Prov Profile    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - My JBL Headphones   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Prof - JBL Music Test  Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - My JBL Headphones   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Harman Test Dev Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
BigData JBL Connect Dev Prov Profile    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect Distribution    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate None    false
Dist HK Headphones  AppIdMismatch   AppIdSeedMatches    false
Harman Automation Dev Profile   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev - JBL Music DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Harman Test Ad Hoc Profile  Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate AppIdSeedMatches    false
iOS Team Provisioning Profile: com.harman.WXDemo    DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
iOS Team Provisioning Profile: com.harman..Playtime DeviceIdMismatch, AppIdMismatch, NoCertificate  HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Profile - HK Controller Apple Watch OS2    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev Harman BLETools DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dev Harman BLETools DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
HarmanEnterprise Test Dist Profile  AppIdMismatch, NoCertificate    AppIdSeedMatches    false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
IT Service Desk Mobile  Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
JBL Connect Distribution    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate None    false
Dev Harman How-To-Listen App    DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
HK Headphones App Store Provisioning    DeviceIdMismatch, AppIdMismatch None    false
iOS Team Provisioning Profile: com.harman.CrashDemo DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
Dist harman bluetooth tools AppIdMismatch   AppIdSeedMatches    false
Dev Prov Profile - HK Controller Apple Watch OS2    DeviceIdMismatch, AppIdMismatch, NoCertificate  HasGetTaskAllow, AppIdSeedMatches   false
Big Data JBL Connect Dist Prov Profile  Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Harman Enterprise Test Dev Profile  DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
Developer Provisional profile - HK Connect Plus Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dist - JBL Music    AppIdMismatch   AppIdSeedMatches    false
Dev Prov Profile - HK Controller Apple Watch OS2    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - JBL Connect Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
iOS Team Provisioning Profile: com.harman.iapTestUITests    DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Profile - HK Connect Plus Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
HkRemoteJune2018ProvProfile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
iOS Team Provisioning Profile: com.BeetStudio.AWS-DA-SDK    DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Harman Test Dev Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - My JBL Headphones   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Profile - HK Controller Apple Watch OS1    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
JBL Music Dev Profile   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
JBL DSP amplifier Dist profile  Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate None    false
Dev Harman How-To-Listen App    DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - JBL Connect Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
Dev HK Headphones   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Nixoa Mobile APP    Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Harman Test Ad Hoc Profile  Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate AppIdSeedMatches    false
Dist Prov Prof HK Remote    Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
iOS Team Provisioning Profile: com.harman.aaaaa AppIdMismatch   HasGetTaskAllow, AppIdSeedMatches   false
HK Citation Dev Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dis JBL PartyBox    AppIdMismatch   AppIdSeedMatches    false
Dev JBL PartyBox    DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - JBL Connect DeviceIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
JBLConnect  DeviceIdMismatch    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
HarmanDevTest   DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Harman Test Dev Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
QQMusic_Profile_4_D_And_M   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow false
Dist Prov Profile - HK Controller   Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Sherlock In-house Dist Prov Profile Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Developer Provisional profile - AKG N20LT   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch, NoCertificate  None    false
Dist My JBL Headphones  AppIdMismatch   AppIdSeedMatches    false
Dist Prov Profile - AKG N20LT   Expired, AppIdMismatch, NoCertificate   AppIdSeedMatches    false
Dist JBL Connect    None    AppIdSeedMatches, AppIdExactMatch, MatchesEmbeddedProvisioningProfile   true
Dist Harman How-To-Listen App   AppIdMismatch   AppIdSeedMatches    false
Developer Provisional profile - JBL Connect DeviceIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
LexiconSoundsteer Distribution Profile  Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate None    false
iOS Team Inhouse Provisioning Profile: com.harman.test  AppIdMismatch   AppIdSeedMatches    false
Developer Provisional profile - JBL Connect Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
Dist HK Controller  AppIdMismatch   AppIdSeedMatches    false
iOS Team Provisioning Profile: com.harman.test  DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Profile - JBL Connect Expired, NoCertificate  AppIdSeedMatches, AppIdExactMatch   false
Developer Provisional profile - AKG N20LT   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Profile - JBL Connect Expired, NoCertificate  AppIdSeedMatches, AppIdExactMatch   false
iOS Team Provisioning Profile: com.harman.playtime  DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Profile for Sherlock   Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Profile - HK Controller Apple Watch OS1    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Prof - JBL Music Test  Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
iOS Team Provisioning Profile: com.harman.RatingSDK AppIdMismatch   HasGetTaskAllow, AppIdSeedMatches   false
Developer Provisional profile - JBL Connect DeviceIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
iOS Team Inhouse Provisioning Profile: com.harman.playtime  AppIdMismatch   AppIdSeedMatches    false
HkRemoteJune2018ProvProfile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dist Prov Profile - JBL Connect None    AppIdSeedMatches, AppIdExactMatch   false
Dev Prov Profile - HK Controller Apple Watch    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
iOS Team Inhouse Provisioning Profile: com.harman.iapTest   AppIdMismatch   AppIdSeedMatches    false
Developer Provisional profile - JBL Connect Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
JBL Connect Distribution    DeviceIdMismatch, AppIdMismatch None    false
Big Data JBL Connect Dist Prov Profile  AppIdMismatch   AppIdSeedMatches    false
Developer Provisional profile - JBL Connect Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
JBLConnect  Expired, DeviceIdMismatch, NoCertificate    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
Appstore JBL PartyBox   DeviceIdMismatch, AppIdMismatch None    false
Dist Harman tools   AppIdMismatch   AppIdSeedMatches    false
App Store HK Headphones DeviceIdMismatch, AppIdMismatch None    false
App Store JBL BAR Setup DeviceIdMismatch, AppIdMismatch None    false
Harman Kardon Citation AppStore Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate None    false
JBL Headphone App Store 2020    DeviceIdMismatch, AppIdMismatch None    false
Harman Test Dev Profile Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
iOS Team Provisioning Profile: com.harman.BLEDemoUITests    DeviceIdMismatch, AppIdMismatch, NoCertificate  HasGetTaskAllow, AppIdSeedMatches   false
Dev Prov Profile - HK Controller Apple Watch    Expired, DeviceIdMismatch, AppIdMismatch, NoCertificate HasGetTaskAllow, AppIdSeedMatches   false
Dev HK Connect Plus DeviceIdMismatch, AppIdMismatch HasGetTaskAllow, AppIdSeedMatches   false
Dev JBL Connect DeviceIdMismatch    HasGetTaskAllow, AppIdSeedMatches, AppIdExactMatch  false
Dist Harman How-To-Listen App   AppIdMismatch   AppIdSeedMatches    false
Certificate Elegibility
Certificate Rejected Reason Preferred Reason    Selected?
Apple Distribution: Harman International Industries (94V8DBZ242)    None    None    false
Apple Development: 肯 刘 (KN2HV3FSRM) None    None    false
Apple Development: 肯 刘 (KN2HV3FSRM) None    None    false
iPhone Distribution: Harman International Industries Incorporated   None    None    true
iPhone Developer: 肯 刘 (KN2HV3FSRM)  None    None    false
Apple Distribution: Harman International Industries (94V8DBZ242)    None    None    false
Apple Distribution: Harman International Industries (94V8DBZ242)    None    None    false