ios中的MFP连接错误

时间:2016-10-10 04:58:29

标签: ios ibm-mobilefirst

我无法在ios中连接MFP,我收到这样的错误。

Response Data: /*-secure-{"reason":"App authenticity security check failed"}*/ 
2016-10-10 10:53:56.293 appname[3983:433885] [DEBUG] [WL_AUTH] -[WLAuthorizationManager failRegistratioWithResponse:] in WLAuthorizationManager.m:846 :: Response does
 not contain a valid certificate and client Id. device registration failed
2016-10-10 10:53:56.295 appname[3983:433885] [DEBUG] [CERTIFICATE_MANAGER] +[WLCertManager removeKey:] in WLCertManager.m:261 :: Key was successfully remove

MFP版本7.1.0.00.20150807-0630

1 个答案:

答案 0 :(得分:4)

  1. 将您的服务器和工作室安装升级到IBM Fix Central的最新iFix版本,目前版本为7.1.0.0-MFPF-IF201610060540,因为许多与真实性相关的问题已得到解决

  2. 如果您错误地设置了真实性,可能会发生真实性错误

    • 您忘记将bundleId和applicationId添加到application-descriptor.xml文件
    • 您使用的是与iOS应用程序的实际bundleId值不同的bundleId值
  3. 有关说明:https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/authentication-security/application-authenticity-protection/