0
如果我正確理解文檔,如果出現推送通知彈出窗口,我應該發佈UIApplicationWillResignActiveNotification。但它不會。應該iOS上的遠程通知觸發推送通知UIApplicationWillResignActiveNotification?
我已經加入:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(pauseGame)
name:UIApplicationWillResignActiveNotification
object:nil];
到
applicationDidFinishLaunching
我已經做到了。現在的問題是,當出現通知彈出窗口時,我需要暫停遊戲。 – Zingam
對不起@Zingam,但這是一個不同的問題,我需要更多的信息來幫助你解決這個問題。 – agy