// 注册监听事件
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(notificationCallback:)
阅读全文——共428字
打开info.plist文件
添加Application does not run in background的key
阅读全文——共60字