使用Xcode6开发的同学在开发推送的时候是否遇到过这个log:
You've implemented -[ application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.
然后iOS8.2就死活收不到推送。
看图
按照步骤来吧。