Reputation: 61
I have created a .py and .kv file for my game, now I must package it. I, however, do not own a mac. I have a linux and a windows computer, I prefer linux. Is it possible for me to make an Iphone app without using a Mac?
Upvotes: 5
Views: 2095
Reputation: 29450
I think it's technically possible (though against apple's TOS) to use a virtual machine, though there are many problems you can encounter in setting this up.
It may also be possible to use some online provider, but I don't think I've seen an example of this with kivy in particular.
There's no way to do it natively on linux, due to apple's toolchain requirements.
Upvotes: 3