Re: iOS launch Music app?
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