无效签名,自签名证书?
更新:解决了thx Fluchtpunkt,
抱歉菜鸟问题..
就像其他问题一样,我无法将应用程序上传到应用程序商店,因为签名无效..
就我而言,在注册为ios开发者计划之前,我尝试创建Self - 签名证书方法(越狱的iphone),将iPhone SDK设置为允许使用自签名证书,
sudo /usr/bin/sed -i .bak 's/XCiPhoneOSCodeSignContext/XCCodeSignContext/' /Developer/Platforms/iPhoneOS.platform/Info.plist
我该怎么做才能将其设置为默认证书?这样我就可以将我的应用程序上传到应用程序商店。
update : solved 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
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想说这是不可能的。即使您可以在没有付费证书的情况下进行开发,但如果没有有效的付费证书,您将无法提交应用程序。
您甚至无法开始上传。 应用程序上传器会要求您首先使用付费帐户登录,然后才能上传应用程序。
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. 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.