<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 28, 2014 at 8:52 AM, Sturla Molden <span dir="ltr"><<a href="mailto:sturla.molden@gmail.com" target="_blank">sturla.molden@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">Nick Coghlan <<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>> wrote:<br>
<br>
> I think both iOS and Android are well and truly established enough now<br>
> as platforms to be worth targeting directly.<br>
<br>
</span>Does Apple allow Python apps in AppStore now? I thought they had a ban on<br>
anything not written in Objective-C or Swift?<br></blockquote><div><br></div><div>Hi Sturla,</div><div><br></div><div>That restriction was lifted a while back. Apple now allows apps that embed other languages, with some restrictions about the source of the scripts being run - for example, your app must contain all the scripts it's going to use, you can't download new scripts from the web. </div><div><br></div><div>Evidence of this is Kivy - there are a number of apps written using Kivy on the App Store:</div><div><br></div><div><a href="https://github.com/kivy/kivy/wiki/List-of-Kivy-Projects">https://github.com/kivy/kivy/wiki/List-of-Kivy-Projects</a><br></div><div><br></div><div>Of course, there's no guarantee this won't change back in the future. Working at the whims and fancies of the AppStore T&C's will always be a risk. :-)<br></div><div><br></div><div>Yours,</div><div>Russ Magee %-)</div></div></div></div>