简体   繁体   中英

Can I develop Kivy application for iOS on Windows?

I am trying to build an iOS application using Kivy, is it possible to pack this application using Windows machine?

I'm afraid not. It might be possible using a macOS virtual machine under Windows, but of course Apple make this difficult and probably forbid it.

If there are web services providing app build infrastructure then it may be possible to use them.

you have to make a linux VM on your Windows system and use BUILDOZER to make a full working iOS package with your kivy code.

Docs here: https://buildozer.readthedocs.io/en/latest/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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