如何以编程方式确定 iPhone 上的默认铃声?
有没有办法在我的应用程序中确定用户 iPhone 上已将哪种铃声设置为默认铃声?
如果是这样,该怎么办?
/Users/nikhil.dhamsania/Library/Application Support/iPhone Simulator/User/Media/iTunes_Control/iTunes/ringtones.plist
这是模拟器中 Ringtones.plist 文件存在的路径,我们可以做一些类似获取活动状态的操作吗iPhone 中的铃声?
Is there a way to determine which ringtone has been set as the default one on the user's iPhone from within my application?
If so, how can this be done?
/Users/nikhil.dhamsania/Library/Application Support/iPhone Simulator/User/Media/iTunes_Control/iTunes/ringtones.plist
This is the path where the ringtones.plist file exist in the simulator can we do something like getting the status for active ringtone in the iPhone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很遗憾地说,苹果公司太保守了。你不能以编程方式使用或更改可用的铃声。
Sorry to say that but Apple is damn conservative.You cannot use or change the ringtones available programmatically.
我认为这在 iPhone 中是不可能的...你不被允许访问它..
I think its not possible in iphone... you are not allowed to access that..