• 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: iOS launch Music app?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iOS launch Music app?


  • Subject: Re: iOS launch Music app?
  • From: David Duncan <email@hidden>
  • Date: Wed, 09 May 2012 09:49:16 -0700

Please don't rely on undocumented URL schemes. The current set of documented schemes can be found here: <http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html>.

As with all undocumented features, they are subject to change without warning.

On May 9, 2012, at 5:55 AM, Eric E. Dolecki wrote:

> This works :)
>
>
> NSString *stringURL = @"music:";
> NSURL *url = [NSURL URLWithString:stringURL];
> [[UIApplication sharedApplication] openURL:url];
> _______________________________________________
>
> 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

--
David Duncan


_______________________________________________

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: 
 >iOS launch Music app? (From: "Eric E. Dolecki" <email@hidden>)
 >Re: iOS launch Music app? (From: Alex Zavatone <email@hidden>)
 >Re: iOS launch Music app? (From: Michael Crawford <email@hidden>)
 >Re: iOS launch Music app? (From: Kyle Sluder <email@hidden>)
 >Re: iOS launch Music app? (From: Michael Crawford <email@hidden>)
 >Re: iOS launch Music app? (From: "Eric E. Dolecki" <email@hidden>)
 >Re: iOS launch Music app? (From: "Eric E. Dolecki" <email@hidden>)

  • Prev by Date: Re: Basic Question
  • Next by Date: Re: Basic Question
  • Previous by thread: Re: iOS launch Music app?
  • Next by thread: saveDocument:
  • Index(es):
    • Date
    • Thread