Distributing an iOS App for Testing

Chris Sheffield cmsheffield at icloud.com
Wed Aug 7 16:54:22 EDT 2013


Ray,

Creating an ipa file is actually quite easy. It's just a zip archive (more or less) of your app bundle. There is a slight trick. Follow these steps:

In the Finder, create a folder named Payload (the uppercase P is important).
Copy your app bundle into that folder.
Compress the Payload folder by right/control-clicking and choosing the Compress option.
Now you have Payload.zip. Rename this file to [app_name].ipa. Case is important. The finder will ask you to confirm that you want to use the .ipa extension.
Then you can distribute it via TestFlight, or you can email it to your tester and he/she can install it by dragging it into iTunes and then syncing his/her device.

There are probably utilities around that can help you do this, but it's easy enough to do manually, so I haven't really bothered.

Good luck.

Chris


--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com



On Aug 7, 2013, at 2:38 PM, Ray Horsley <ray at linkit.com> wrote:

> Are there simple steps to do this anywhere?
> 
> I believe I've added my tester's UDID.  I just need to get him the app (standalone).  TestFlight asks me to create an "IPA".  I usually drink those :-)  Not sure what that means in the world of software but I'm unable create one by "archiving" my app in Xcode 4.6.3.  
> 
> iTunes Connect seems to be interested only in gathering all the information for me to submit my app for approval in the store but I'm not there yet.  Just need to get it onto somebody else's iPad for testing.
> 
> Any help is greatly appreciated,
> 
> Thanks,
> 
> Ray Horsley
> LinkIt! Software
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list