尝试设置Firebase for iOS时,我在控制台中收到此错误:
<FIRInstanceID/WARNING> Firebase messaging not setup correctly, nil senderID.
看起来Firebase检测不到我的GoogleService-Info.plist
,我试过把它放在几个位置(包含root)但是它没有用。关于如何修复它的任何想法/指针?
答案 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)