这是一个创建于 4523 天前的主题,其中的信息可能已经有所发展或是发生改变。
条件:
1. app 当前没有运行,也不在后台,完全退出状态
2. 收到 push 后没有直接响应 push 打开软件。
3. 稍后从 Notification Center 点击 push 打开软件,这时候可以通过 `didFinishLaunchingWithOptions:(NSDictionary *)launchOptions` 的 launchOptions 获取 push payload。
4. 但是直接从主屏启动就不能从 launchOptions 拿到 push payload。
莫非从 Notification Center 启动应用多了一些东西?
有没有人遇到这种问题?
1 条回复 • 1970-01-01 08:00:00 +08:00
|
|
1
jerry 2012-06-30 21:58:58 +08:00
只有从Notification Center启动才有
|