简体   繁体   English

分别为iOS和Android远程创建iPA和APK(无需打开Dev工具)

[英]Create iPA and APK remotely(without opening Dev tools) for both iOS and Android respectively

One of my client want to get my code and want that he himself create iPA and APK file without opening Dev tool like Xcode or Android Studio. 我的一位客户希望获取我的代码,并希望他自己创建iPA和APK文件而无需打开Xcode或Android Studio等开发工具。 I've just found this link for iPA , but I'm looking for some common tool which will work for both iOS and Android, so that he'll easily build. 我刚刚找到了iPA的此链接 ,但我正在寻找一些适用于iOS和Android的通用工具,以便他轻松构建。 He doesn't own Mac machine but Window. 他不拥有Mac计算机,但拥有Window。 Looking for suggestions. 寻找建议。 Thanks. 谢谢。

For creating IPA he needs have a macOS based computer. 为了创建IPA,他需要有一台基于macOS的计算机。

For either case you can create a script which packages in the android dev tools along with the Xcode dev tools. 无论哪种情况,您都可以创建一个脚本,该脚本将android dev工具与Xcode dev工具打包在一起。 When he runs the script, it will create APK and IPA using the dev tools. 当他运行脚本时,它将使用开发工具创建APK和IPA。

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

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