firebase / quickstart-cpp

Firebase Quickstart Samples for C++
https://firebase.google.com/games
Apache License 2.0
212 stars 123 forks source link

iOs FIRMessaging didReceiveMessage not implemented #9

Closed isipisi89 closed 7 years ago

isipisi89 commented 7 years ago

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?

alexames commented 7 years ago

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.

jonsimantov commented 7 years ago

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.

stewartmiles commented 6 years ago

@saqibomer are you saying you still have issues?

saqibomer commented 6 years ago

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