Titanium Community Questions & Answer Archive

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

First run of iPhone app popup..

Okay I didn't know how to title this question, but this is what I'm asking..
The first time someone runs my app I want a little instruction popup to occur, but the next time they run the app, I don't want it to appear again.

How do I go about doing that?

— asked June 22nd 2010 by Ross Waycaster
  • appear
  • first
  • iphone
  • popup
  • run
  • time
0 Comments

2 Answers

  • use Ti.App.Properties for it

    check if a specific property is set when your application starts

    if not, show the popup and set the property to 'true' (or similar) afterwards

    on the next start of your app, this property will be true and you can skip the code that creates the popup

    — answered June 22nd 2010 by Christian Sigl
    permalink
    0 Comments
  • I'm thinking maybe like make a database.. maybe.. something a long those lines? Any help?

    — answered June 22nd 2010 by Ross Waycaster
    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.