You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot find symbol import com.google.firebase.messaging.MessageForwardingService after updating firebase-messaging-unity.
In my jar module, add the MessagingUnityPlayerActivity.java file and the packages needed.
There is an error at import com.google.firebase.messaging.MessageForwardingService;
Just can't find MessageForwardingService.
I follow the steps in this doc, https://firebase.google.com/docs/cloud-messaging/unity/client.
At the step, Configuring a custom entry point Activity,
I need to modify my CustomActivity.java to extend from com.google.firebase.MessagingUnityPlayerActivity, which will be produced into a sdk.aar package, an Android Studio module.
And then I get this error, MessageForwardingService can't be found.
I stopped here.
I guess it's because I'm trying to do the work in an aar module and I failed to configure the correct gradle file.
What is your question?
Cannot find symbol import com.google.firebase.messaging.MessageForwardingService after updating firebase-messaging-unity.
In my jar module, add the MessagingUnityPlayerActivity.java file and the packages needed.
There is an error at import com.google.firebase.messaging.MessageForwardingService;
Just can't find MessageForwardingService.
Firebase Unity SDK Version
12.4.0
Unity editor version
2022.3.43f1
Installation Method
.unitypackage
Problematic Firebase Component(s)
No response
Other Firebase Component(s) in use
No response
Additional SDKs you are using
Facebook.
Targeted Platform(s)
Apple Platforms, Android
Unity editor platform
Windows
Scripting Runtime
IL2CPP
Release Distribution Type
Pre-built SDK from https://firebase.google.com/download/unity
The text was updated successfully, but these errors were encountered: