iPhone模拟器4.2中的音乐播放器
我正在尝试使用 MediaPlayer 框架将音乐播放器添加到我的 iphone 应用程序中。我没有真正的设备,想在模拟器上测试它。但是,模拟器不支持 MPMusicPlayer,并且当我运行 add 时会崩溃媒体应用程序。
有没有办法可以在模拟器上测试 MPMusicPlayer?
I am trying to add music player to my iphone app using the MediaPlayer framework. I dont have a real device with me and want to test it on simulator. But, the simulator doesnt support MPMusicPlayer and crashes when i run the add media app.
Is there a way I could test MPMusicPlayer on simulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法将音乐添加到模拟器中,因此 MPMusicPlayer 将失败。必须在设备上对其进行测试。
You can't add music to the simulator so MPMusicPlayer will fail. It will have to be tested on a device.