Hello, I´m using MTDialog, I want to open iTunes Store with a URL, not Safari
browser, I used this code:

/new HtmlElement
("Meditaciones","http://itunes.apple.com/mx/artist/bernardo-kushala-camarena/id415517419?ign-mpt=uo%3D4";),/

The link was generated with iTunes Link Maker

I tried also with this code but also doesn´t work (opens Safari, not iTunes
store app):

/new StringElement ("Click me",() => {
        UIApplication.SharedApplication.OpenUrl (new
NSUrl("http://itunes.apple.com/mx/album/meditacion-del-testigo/id415533606?uo=4";));
}),
/

Has anyone a solution for open iTunes Store for specific artist inside an
App?


regards



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Open-iTunes-Store-from-App-tp4631331.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to