我正在更新客戶端的內部應用程序,他們有一個以前的版本目前在200多個公司的設備上。如何解決企業帳戶問題?
我想更新新版本的應用程序,但是當我嘗試與發行配置文件簽署的應用程序,它要求我要的私鑰。
搜索後,人們提出撤銷舊證,並生成在機器上一個新的。文件構建成功,但某些設備安裝失敗。
如何解決這個問題?
日誌:
Jun 26 10:22:29 DungNguyens-iPhone installd[76] : 0x100794000 -[MICodeSigningVerifier performValidationWithError:]: 188: Failed to verify code signature of : 0xe8008018 (Invalid signing certificate (it may have expired or been revoked)) Jun 26 10:22:29 DungNguyens-iPhone installd[76] : 0x100794000 -[MIInstaller performInstallationWithError:]: Verification stage failed Jun 26 10:22:29 DungNguyens-iPhone mobile_installation_proxy[1398] : 0x10050c000 __MobileInstallationInstallForLaunchServices_block_invoke240: Returned error Error Domain=MIInstallerErrorDomain Code=13 "Failed to verify code signature of : 0xe8008018 (Invalid signing certificate (it may have expired or been revoked))" UserInfo=0x12c675570 {LibMISErrorNumber=-402620392, LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=188, FunctionName=-[MICodeSigningVerifier performValidationWithError:], NSLocalizedDescription=Failed to verify code signature of : 0xe8008018 (Invalid signing certificate (it may have expired or been revoked))}
我公司有200多個器件。添加UDID只有100個設備。 – DzungX
每個會員年度可註冊的每種設備類型的最大數量爲: Apple TV:100 Apple Watch:100 iPad:100 iPhone:100 iPod Touch:100 –