firebase/quickstart-cpp

iOs FIRMessaging didReceiveMessage not implemented

isipisi89 opened this issue · 4 comments

Hello together, i implemented messaging on iOs but when i send a message in the firebase console
and the device gets the message it gives me this output:

2017-07-17 12:42:24.803 App[1608] [Firebase/Messaging][I-FCM002019] FIRMessaging received data-message, but FIRMessagingDelegate's-messaging:didReceiveMessage: not implemented

Is it possible that there is a missing function in the c++/ios part?

Thanks for the report. It looks like there was indeed an oversight. I'm working on a fix and I'll leave a comment here when it's available.

Version 4.0.3 of the Firebase C++ SDK has been released, which fixes this issue. You can view the release notes here and download the release from https://firebase.google.com/docs/cpp/setup.

@saqibomer are you saying you still have issues?

My bad. I had not added FirebaseAppDelegateProxyEnabled and was having that issue. Deleted comment. @stewartmiles