5

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Tom
  • 61
  • 6
  • 1
    Possible duplicate: http://stackoverflow.com/questions/1041623/develop-iphone-app-without-a-mac http://stackoverflow.com/questions/276907/starting-iphone-app-development-in-linux – Quintin Balsdon Sep 07 '15 at 20:34

1 Answers1

3

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.

inclement
  • 29,124
  • 4
  • 48
  • 60