Firebase iOS设置 - nil senderID

时间:2016-10-17 15:39:18

标签: ios firebase push-notification apple-push-notifications firebase-cloud-messaging

尝试设置Firebase for iOS时,我在控制台中收到此错误:

<FIRInstanceID/WARNING> Firebase messaging not setup correctly, nil senderID.

看起来Firebase检测不到我的GoogleService-Info.plist,我试过把它放在几个位置(包含root)但是它没有用。关于如何修复它的任何想法/指针?

2 个答案:

答案 0 :(得分:2)

解决方案很简单,我忘了将[FIRApp configure];放在AppDelegate.m

编辑:如果您收到此错误,则表示您忘记将GoogleService-Info.plist添加到所有目标(如其他答案所述):

<FIRInstanceID/WARNING> Failed to fetch APNS token Error Domain=com.firebase.iid Code=1001 "(null)"

答案 1 :(得分:0)

确保文件GoogleService-Info.plist包含在您的应用为其构建使用Firebase的代码的所有目标中。 enter image description here