• 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
Re: Improving the User Experience for First Use of Downloadable Software
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Improving the User Experience for First Use of Downloadable Software


  • Subject: Re: Improving the User Experience for First Use of Downloadable Software
  • From: Charles Srstka <email@hidden>
  • Date: Fri, 26 Feb 2010 20:28:37 -0600

On Feb 26, 2010, at 3:19 PM, Matthew Lindfield Seager wrote:

> An additional step to avoid annoying these people might be to only
> order your app to the front if it's the first time it has been
> launched...? ($0.02)

Ah, good point. So a better solution would be:

NSUserDefaults *def = [NSUserDefaults standardUserDefaults];

if([def boolForKey:@“MyAppHasAlreadyBeenLaunched”]) {
	[NSApp activateIgnoringOtherApps:YES];
}

[def setBool:YES forKey:@“MyAppHasAlreadyBeenLaunched”];

Charles_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Improving the User Experience for First Use of Downloadable Software (From: Steve Cronin <email@hidden>)
 >Re: Improving the User Experience for First Use of Downloadable Software (From: Charles Srstka <email@hidden>)
 >Re: Improving the User Experience for First Use of Downloadable Software (From: Matthew Lindfield Seager <email@hidden>)

  • Prev by Date: Re: Is there any Cocoa API (or other way) to determine if an application is running in a VNC or ARD session?
  • Next by Date: Re: Setting parent window
  • Previous by thread: Re: Improving the User Experience for First Use of Downloadable Software
  • Next by thread: Problem with a singleton that manages a CoreData context
  • Index(es):
    • Date
    • Thread