• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Make the app quietly go away.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make the app quietly go away.


  • Subject: Make the app quietly go away.
  • From: Clark Williams <email@hidden>
  • Date: Fri, 9 Jul 2010 16:30:56 -0700

I have an app that I want to quietly go away (not remain in the background).
Once a user has a pressed a button I call Safari to displyay a page but then I want the app to just quit.
Is there a way to do this gracefully?

Example of calling Safari:
    NSString *theURL = @"<some_URL>";
    NSURL *aURL = [NSURL URLWithString:theURL];
    [[UIApplication sharedApplication] openURL:aURL];
    // Make app die quietly here.


TIA


Clark Williams
email@hidden
"Those who would give up essential liberty to purchase
 a little temporary security deserve neither liberty nor security."  ---Benjamin Franklin.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Make the app quietly go away.
      • From: David Dunham <email@hidden>
    • Re: Make the app quietly go away.
      • From: Hunter Hillegas <email@hidden>
  • Prev by Date: Re: Compiler Weirdness and possible bug ( was Re: Controlling optimization level per function )
  • Next by Date: Re: Make the app quietly go away.
  • Previous by thread: bug in Xcode and/or iphone simulator?
  • Next by thread: Re: Make the app quietly go away.
  • Index(es):
    • Date
    • Thread