facebook / facebook-sdk-for-unity

The facebook sdk for unity.
https://developers.facebook.com/docs/unity
Other
486 stars 257 forks source link

Is it possible to integrate Facebook SDK and Google Firebase Messaging in one Unity project? #60

Open goshki opened 7 years ago

goshki commented 7 years ago

I have a Unity project that uses Facebook SDK and I override the default starting activity with Facebook's FBUnityDeepLinkingActivity. On the other hand, Google Firebase Messaging requires MessagingUnityPlayerActivity as a workaround to a bug when a message is sent containing both a Data and Notification payload (as explained here).

I need FBUnityDeepLinkingActivity to monitor Facebook campaign installs so I was wondering how should one go about integrating functionality of both of these activities?

rmdevelopers commented 7 years ago

I also do not know what else to do, because there seems to be a great conflict between them. Especially in classes. When I try to solve the problem, another one appears.

Rival commented 7 years ago

Same thing here. Still couldnt' find any solution.

fabpranav commented 6 years ago

Same thing here. Still couldnt' find any solution.