gpt4 book ai didi

iphone - 如何检测远程暂停(在耳机上)与来电

转载 作者:行者123 更新时间:2023-12-03 20:16:52 25 4
gpt4 key购买 nike

我想在用户暂停耳机上的音乐时暂停我的应用。

[[NSNotificationCenter defaultCenter] addObserver:self 
selector:@selector(playbackStateDidChange:)
name:MPMusicPlayerControllerPlaybackStateDidChangeNotification
object:[MPMusicPlayerController iPodMusicPlayer]];

效果很好。但是,这也会在来电时触发。

我添加了

[[NSNotificationCenter defaultCenter] addObserver:self 
selector:@selector(appLostFocus:)
name:UIApplicationWillResignActiveNotification
object:[UIApplication sharedApplication]];

不幸的是,这是在检测到暂停后触发的。

有什么想法吗?

最佳答案

没有记录的方法可以执行此操作。它可能可以通过私有(private) API 实现,但你知道这首歌。

关于iphone - 如何检测远程暂停(在耳机上)与来电,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2916276/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com