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
The classes.jar file is a combination of the following:
2
+
- The MessagingUnityPlayerActivity.java file
3
+
- The firebase_messaging_cpp.aar file from the Firebase C++ SDK
4
+
- The java source files from Flatbuffers
5
+
And it is compiled by linking against the UnityPlayerActivity and the classes.jar provided by Unity.
6
+
7
+
This gets included in the firebase-messaging-unity-{version}.srcaar that is built. For now, we have this file checked in and used directly, but the plan is to switch to generating the classes.jar file as part of the open source build process.
0 commit comments