Is there a way to open up the iPod app after pressing a button in your own app?
Thanks.
|
|
Is there a way to open up the iPod app after pressing a button in your own app? Thanks. |
||
|
|
|
|
You open other applications using a URL Scheme and, unfortunately, there is no publicly available scheme for opening the iPod application. If this is functionality you need you should raise a bug report with Apple. There's a form on the Apple Developer website. |
||
|
|
|
iPhone 3.0 SDK is still under NDA but it does include Media Player Framework (announced publicly):
Check out the documentation at ADC for more info. You can definitely launch other Apps by calling URLs. However A quick Google search only showed Google Maps, Mail etc. You might want to try URLs that start: Edit: This URL: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=302977634 tapped on in an email opened the Podcast section of the iTunes App. |
|||
|
|
|
|
I suspect that, due to the chroot sandbox your app lives in, you can't do that unless the phone is jailbroken. You'd need a specific api for it. That said, I think there are some additions in iphone 3.0 which may allow you to atleast get the user to browse the media library, but I've not tried it.
|
||
|
|