简体   繁体   English

Ionic - 在 Windows 上为 IOS 构建(适用于最新的 IOS 和 Ionic)

[英]Ionic - Build for IOS on Windows (for latest IOS and Ionic)

I successfully built my app for Android, but naturally things are not that simple for IOS for a windows user.我成功地为 Android 构建了我的应用程序,但对于 Windows 用户来说,对于 IOS 来说事情自然没有那么简单。

This question has been asked many times before in many places at different times in different versions, but I'm interested to see if there's any up-to-date info on the issue.这个问题以前在不同版本的不同时间在不同地方多次被问过,但我很想知道是否有关于这个问题的任何最新信息。

Here's an old topic with a variety of answers: https://forum.ionicframework.com/t/how-to-build-app-for-iphone-without-mac/19929/19这是一个有各种答案的老话题: https : //forum.ionicframework.com/t/how-to-build-app-for-iphone-without-mac/19929/19

I'm using ionic 3 and I'd like to build for the latest IOS, My PC OS is Windows 10. Does Ionic provide any way to make this process easier?我正在使用 ionic 3,我想为最新的 IOS 构建,我的 PC 操作系统是 Windows 10。Ionic 是否提供任何方法来简化此过程?

I understood that in the latest IOS an apple dev account is no longer a requirement for testing.我知道在最新的 IOS 中,测试不再需要 Apple 开发帐户。 How do I test without one?我如何测试没有一个? (perhaps it's possible only when using a MAC?) (也许只有在使用 MAC 时才有可能?)

How do I use PhoneGap Build with Ionic?如何在 Ionic 中使用 PhoneGap Build? https://build.phonegap.com/apps https://build.phonegap.com/apps

It requires apple app certificate and keys to build.它需要苹果应用程序证书和密钥才能构建。

Am I supposed to manually create a config.xml?我应该手动创建一个 config.xml 吗? https://github.com/phonegap/phonegap-template-hello-world/blob/master/www/config.xml https://github.com/phonegap/phonegap-template-hello-world/blob/master/www/config.xml

I use windows to develop Ionic.我使用 Windows 开发 Ionic。 In order to build for IOS I have installed VMWare on which I emulate MacOS X, installed xcode and all the tools necessary for building ionic.为了构建 IOS,我安装了 VMWare,在其上模拟 MacOS X,安装了 xcode 和构建 ionic 所需的所有工具。 I have been able to test and deploy my apps to an ios device through usb with ionic/xcode.我已经能够使用 ionic/xcode 通过 usb 测试和部署我的应用程序到 ios 设备。 However I haven't push any apps to the app store yet.但是我还没有将任何应用推送到应用商店。 If you want to get started into this, take a look at this link .如果你想开始这个,看看这个链接

After doing some research I found out that ionic has a cloud packaging service.在做了一些研究之后,我发现 ionic 有一个云打包服务。 https://ionicframework.com/pro/package (previously https://docs.ionic.io/services/package/ [link dead]) https://ionicframework.com/pro/package (之前为https://docs.ionic.io/services/package/ [链接失效])

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

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