Titanium Community Questions & Answer Archive

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

Run on Device - Ad-hoc or production?

Kind of confused here. The "Run on Device" functionality on Titanium installs the app into iTunes. Does this mean it's installing the app as Ad-Hoc?

Currently I debug the app on the apps via xCode and it works fine. I implemented push notification and it works fine when I debug it via xCode but I need to test the push notifications for production use without having to wait a week.

So my question is, when I do "Run on Device", should I be installing the Production push cert or the Distribution push cert?

— asked June 4th 2010 by Sj Singh
  • ad-hoc
  • device
  • notification
  • on
  • push
  • run
1 Comment
  • By production, I meant Development.

    — commented June 4th 2010 by Sj Singh

3 Answers

  • I use my development certificate with "Run on Device" and only use the Distribution certificate for actual Distribution.

    The same holds true for Push testing. I have two separate certificates and as long as I am the only (or part of a very small, non-AppStore) group, I use the development certificate.

    — answered June 4th 2010 by Kerim Satirli
    permalink
    0 Comments
  • Thanks for the reply.

    Is there way I can test the app with distribution push cert? Create ad-hoc build just for me somehow? I don't want to wait a week (average app approval process) and only find out that the push notifications don't work.

    — answered June 4th 2010 by Sj Singh
    permalink
    3 Comments
    • We don't allow you to do ad hoc builds through our tooling, but you might be able to use the generated Xcode project for that purpose.

      — commented June 4th 2010 by Kevin Whinnery
    • Hi Kevin,
      Out of intrest, why dont you allow this?
      Scott

      — commented June 4th 2010 by Scott Robinson
    • Scott, check this out: http://developer.appcelerator.com/question/32391/ad-hoc-finally-working-

      — commented June 5th 2010 by Sj Singh
  • http://developer.appcelerator.com/question/32391/ad-hoc-finally-working-

    — answered June 5th 2010 by Sj Singh
    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.