SaaSHub helps you find the best software and product alternatives Learn more →
Kivy-ios Alternatives
Similar projects and alternatives to kivy-ios
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
KivyMD
KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
ios-deploy
Discontinued Install and debug iPhone apps from the command line, without using Xcode [Moved to: https://github.com/ios-control/ios-deploy] (by phonegap)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
kivy-ios discussion
kivy-ios reviews and mentions
-
App Development on MacOS
Each project has documentation to install and get started, for example see the ios build toolchain (which makes .IPA package from your Kivy application): https://github.com/kivy/kivy-ios - once you are set up with a project, use "toolchain pip install kivymd" to add the kivymd library (for Android this step is slightly different, you add kivymd to "requirements")
-
How to build static libraries with pip
Hi, I am building a mobile app with Kivy. Right now, I am trying to compile the app for iOS devices. To build Kivy and install other necessary libraries, I need to use the Kivy toolchain (https://github.com/kivy/kivy-ios). One of the libraries my project uses is bcrypt. When I try to compile the app on an iPhone emulator, I get this error log (https://gist.github.com/JanBartos6/ddd0e13f9fc5ca7c7fabff04cdc259be). The error is probably caused by using bcrypt as a dynamic library. So my question is: Is there a way to build a static Python library with pip or even better with the Kivy toolchain?
-
Error when building Kivy on an M1 Mac
Hello, I'm attempting to build Kivy on my m1 Mac, but every time I execute the toolchain build command, I get the following problem. I attempted to follow the official GitHub instructions (https://github.com/kivy/kivy-ios), the official Kivy documentation (https://kivy.org/doc/stable/guide/packaging-ios.html), and other YouTube tutorials (for example https://youtu.be/6gLGyrlgqCU), but they all had the same outcome.
- Error psycopg2 while building APK on buildozer + kivy + Fedora Linux
-
Python kivy for ios
See https://github.com/kivy/kivy-ios/issues/701
-
Kivy-iOS app can't load .png images
I don't know how the kivy-ios toolchain works these days, but there is a libpng recipe included, I would start with ensuring that your package uses it (no idea how sorry).
-
Python Pillow module not working on iOS
Are you perhaps using Kivy? This thread seems relevant: https://github.com/kivy/kivy-ios/issues/644. In particular, see this comment.
-
Compile iOS app on Mac after development on Windows
Build recipes are used to compile libraries for use on mobile platforms, see kivy-ios recipes directory and the corresponding python-for-android recipes directory. The quality varies here, some recipes may use outdated versions or provide limited library functionality. If you develop on Windows, you can install and use pretty much any Python package, but on mobile platforms, you are limited to those that are either 100% pure python, or have a build recipe.
-
Problem on KivyMD application that use camera4kivy
ios.kivy_ios_url = https://github.com/kivy/kivy-ios
-
opencv on ios using kivy-ios toolchain
Unfortunately there is no OpenCV recipe for iOS yet, there is an issue for tracking this task here: https://github.com/kivy/kivy-ios/issues/663
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 May 2025
Stats
kivy/kivy-ios is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of kivy-ios is Python.