1

I was getting the notifications in iOS 10, but it stop working in iOS 11. I've read similar questions were people said the solution is to use pod FirebaseInstanceID 2.0.0, so I downgraded to that version, but the notification is still not showing.

The functions log reads canonicalRegistrationTokenCount: 0 any idea of what this is?
Function Log

Also, I'm using FirebaseMessaging 2.0.2

AL.
  • 36,815
  • 10
  • 142
  • 281
VaneS
  • 11
  • 2
  • The log shows `successCount:1` as well. This means that the payload was actually sent. I've seen this [question](https://stackoverflow.com/q/47246989/4625829). Seems possibly similar (notifications not working on iOS11).. – AL. Nov 12 '17 at 16:23
  • Thanks for the link AL. I read that thread and I had everything in place except the .p8 certificate. Firebase requires that file now instead of the .p12 file. Also to clarify the "canonicalRegistrationTokenCount: 0" line on the function log is not an indicator of a problem. I'm getting the notifications now and it still reads canonicalRegistrationTokenCount: 0. – VaneS Nov 13 '17 at 19:21
  • Hi @VaneS. See my answer [here](https://stackoverflow.com/a/41688081/4625829) – AL. Nov 14 '17 at 04:17

0 Answers0