简体   繁体   English

在没有Mac的情况下将Xcode项目签名并提交到Appstore

[英]Signing and submiting an xcode project to appstore without a mac

Is there any cloud mac services for signing and providing me with an ipa of my xcode project and enabling me to upload apps to appstore without a physical mac? 是否有任何云mac服务用于签名并向我提供xcode项目的ipa,并允许我在没有物理mac的情况下将应用上传到appstore?

I developed my project solely on windows using an ios emulator for windows (smartface) and published my project as xcode project. 我使用Windows的ios模拟器(smartface)仅在Windows上开发了我的项目,然后将我的项目发布为xcode项目。 So far I didn't need mac. 到目前为止,我不需要Mac。 Now I'm looking for ways to submit my app to appstore without buying a mac. 现在,我正在寻找无需购买Mac即可将我的应用提交到Appstore的方法。 Is it technically possible? 在技​​术上可行吗? I can't afford buying a mac now... 我现在买不起Mac ...

Smartface App Studio offers iOS development environment (Development, Test, Debug etc..) without a MAC. Smartface App Studio提供了没有MAC的iOS开发环境(开发,测试,调试等)。

However, App Submission to AppStore requires a MAC due to Apple license restrictions. 但是,由于Apple许可限制,向AppStore提交应用程序需要MAC。 Smartface App Stuido is a development environment, you need another solution for distribution. Smartface App Stuido是一个开发环境,您需要另一个分发解决方案。

You can use like a virtualmacosx cloud services. 您可以像virtualmacosx一样使用云服务。 Smartface.io does not have cloud osx services. Smartface.io没有云OSX服务。

You can actually sign Apps using openssl without the proprietary key manager on Mac. 实际上,您可以在没有Mac上专有密钥管理器的情况下使用openssl签署应用程序。

Checkout https://www.kryogenix.org/days/2014/02/11/building-a-phonegap-ios-app-from-ubuntu-entirely-without-mac-os-x/ for a tutorial on how to do it. 结帐https://www.kryogenix.org/days/2014/02/11/building-a-phonegap-ios-app-from-ubuntu-entirely-without-mac-os-x/以获得有关如何做的教程它。 You're still going to need macOS to upload to iTunes though. 不过,您仍然需要macOS才能上传到iTunes。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM