调用 didRegisterForRemoteNotificationsWithDeviceToken 时,iOS 是否会触发 NSNotification(包含 deviceToken)?
我知道我总是可以从 AppDelegate 中将令牌保存在 NSUserDefaults 中并在任何地方访问它,但我想知道是否有更好的方法。我在想一些类似于 UIApplicationDidEnterBackgroundNotification 的东西。
更新:如果我想获取设备令牌而不在 AppDelegate 中实现该委托方法的用例。