Page 1 of 1

Apple TestFlight

Posted: Fri Sep 19, 2014 9:30 pm
by DevBoyLars
Hi there,
is it possible to use the new Apple TestFlight with LC builded Apps?

Re: Apple TestFlight

Posted: Sat Sep 20, 2014 6:49 pm
by pink
it is possible, you just need to upload an IPA file into iTunes Connect

to make an IPA file out of the app that is generated by livecode:

1. create a directory named Payload
(must have a capital P)

2. copy your app into Payload
3. zip Payload
4 rename Payload.zip to myApp.ipa

Re: Apple TestFlight

Posted: Sun Sep 21, 2014 8:44 pm
by DevBoyLars
Thank you :)