简体   繁体   English

Python kivy 用于跨平台应用程序

[英]Python kivy for cross-platform apps

Good day I want to build cross-platform mobile app with python kivy.The problem is that I don't have mac to test project on ios emulator.Do you have any idea.Or can i just test it only on android phone and will it work the same in iphone? Good day I want to build cross-platform mobile app with python kivy.The problem is that I don't have mac to test project on ios emulator.Do you have any idea.Or can i just test it only on android phone and will它在 iphone 中的工作方式相同吗?

i have used kivy before, sometimes the code runs well on a platform don't guarantee that it will do the same in another, so it is always a good practice to test your app on both platform.我以前使用过 kivy,有时代码在一个平台上运行良好并不能保证它在另一个平台上也能做同样的事情,所以在两个平台上测试你的应用程序总是一个好习惯。 if you don't have access to a mac, i recommend you using services such as MacInCloud VirtualMacOSX XCodeClub or other alternatives to test and build your app for ios.如果您无法访问 Mac,我建议您使用MacInCloud VirtualMacOSX XCodeClub等服务或其他替代方案来测试和构建您的 ios 应用程序。 (if you are lucky you may find free trial on some of the alternatives) (如果你幸运的话,你可能会找到一些替代品的免费试用版)

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

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