简体   繁体   English

无效的签名,自签名证书?

[英]invalid signature, self-signed certificate?

update : solved thx fluchtpunkt 更新:解决thx fluchtpunkt

sorry for noob question.. 很抱歉出现菜鸟问题。

just same as other question, I can't upload app to the appstore, because invalid signature.. 与其他问题一样,我无法将应用上传到应用商店,因为签名无效。

in my case, before registered as ios developer program, I've tried to create Self-Signed Certificate method (jailbroken iphone), which set the iPhone SDK to allow the self-signed certificate to be used 就我而言,在注册为ios开发人员程序之前,我尝试创建自签名证书方法(jailbroken iphone),该方法将iPhone SDK设置为允许使用自签名证书

sudo /usr/bin/sed -i .bak 's/XCiPhoneOSCodeSignContext/XCCodeSignContext/' /Developer/Platforms/iPhoneOS.platform/Info.plist

what should I do to make it as default? 我应该怎么做才能使其默认? so i can upload my app to appstore. 这样我就可以将我的应用上传到appstore。

I would say it's not possible. 我会说这是不可能的。 Even though you may be able to develop without a paid certificate, it won't be possible for you to submit your app without a valid paid certificate. 即使您可以在没有付费证书的情况下进行开发,也无法在没有有效付费证书的情况下提交应用。

You can't even start uploading. 您甚至无法开始上传。 The Application Uploader would require you to first login in with your paid account before letting you upload your app. 应用程序上载器将要求您先使用付费帐户登录,然后才能上载应用程序。

If you want to use the appstore you need to join the developer program and get an apple signed cert. 如果要使用Appstore,则需要加入开发人员计划并获得苹果签名的证书。 You can then upload you app and install it on your phone (jailbroken or otherwise) but you'll need to do at least that part legitimately. 然后,您可以上传您的应用程序并将其安装在手机上(无论是越狱还是其他方式),但您至少需要合法地进行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用asihttprequest接受自签名证书 - How to accept self-signed certificate with asihttprequest 将自签名证书添加到 iPhone 模拟器? - Adding a self-signed certificate to iPhone Simulator? 我可以将自签名SSL证书用于商业目的吗? - Can I use a self-signed SSL certificate for commercial purposes? 将自签名证书导入我的iPhone - Import a self-signed certificate onto my iPhone 具有自签名SSL证书的Access Development服务器 - Access Development server with self-signed SSL Certificate 签名无效或未与iPhone发行证书一起签名 - The signature was invalid or or it was not signed with iPhone distribution certificate coming along 出于开发目的,如何使用 iOS 7 的 NSURLSession 及其委托方法系列接受自签名 SSL 证书? - How do I accept a self-signed SSL certificate using iOS 7's NSURLSession and its family of delegate methods for development purposes? AFNetworking https自签名证书 - AFNetworking https self signed certificate 错误 ITMS-9000:签名丢失或无效。 捆绑包未使用 Apple 提交证书签名 - ERROR ITMS-9000: Missing or invalid signature. The bundle not signed using Apple submission certificate 应用程序代码签名验证失败。 签名无效,或者未使用Apple提交证书签名 - Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM