Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Compile app for testing on iPad (without having an iPad)

Is there a way to compile a Titanium app for iPad without having the device? I have some beta testers but need to compile the ipa file to send to them.

— asked November 29th 2010 by brian kurzius
  • ipa
  • ipad
0 Comments

2 Answers

  • You should be able to. I did this same sort of thing for a while with iPhone. I've been compiling in xcode rather than titanium because it was working better for me. YMMV. If you do it that way, select that you're compiling for a device rather than the simulator. Configure the project properties as needed – mainly make sure you specify your development and ad hoc certificates in the properties list.

    You can probably follow most of the steps at http://developer.appcelerator.com/doc/mobile/guides/distributing_for_test_iphone but just do it for ipad.

    — answered November 29th 2010 by Tim Poulsen
    permalink
    0 Comments
  • Here are the new and explicit instructions on how to do it for any iOS device:

    http://docs.appcelerator.com/titanium/2.0/index.html#!/guide/Deploying_to_iOS_devices

    Worked a treat for me!

    — answered December 4th 2012 by Marty Brann
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.