user2295526
user2295526

Reputation: 1

How can I program music from an app to play on a specific time?

I want to create an app that lets me go to the iOS music app, like a sub view controller but I'm not sure how I can do that. Can any of you tell me what I can do? I also want to learn how to trigger a playlist on a specific time.

Upvotes: 0

Views: 176

Answers (2)

i-developer
i-developer

Reputation: 416

Have you already read the documentation and tutorials of Apple ?

https://developer.apple.com/technologies/ios/audio-and-video.html

You can read the iPod Library

Upvotes: 0

Jim
Jim

Reputation: 73936

You cannot present the iOS Music app within another app in iOS. You'll need to review iPod Library Access Programming Guide and build the functionality yourself.

Upvotes: 2

Related Questions