Help! How to use Corona Enterprise IOS to play music?

Hi guys,

I am wondering if anyone has experience to integrate native Objective C code to play music?

I have followed Flashlight tutorial and successfully turn on/off phone flash light.

https://coronalabs.com/blog/2014/03/18/tutorial-corona-enterprise-quickstart-ios/

However I am not sure how to modify it to execute code such as : 

audioPlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL URLWithString:@"http://intunesoftware.com/TestMusic/See\_Everything.m4a"]];

Attached is the native Objective C play music example.

Thank you.

Have you created the functionality you want in a working native iOS app with Objective-C yet?

If not, I suggest you do that first before making the native plugin.

Have you created the functionality you want in a working native iOS app with Objective-C yet?

If not, I suggest you do that first before making the native plugin.