I m using both Facebook Unity SDK and Soomla in my project. Facebook login does not work implicitly on app start. Both Facebook and Soomla try using android.intent.action.MAIN and android.intent.action.LAUNCHER in the Android Manifest. But one cancels the other. Is there any workaround to use both of them in my project?
EDIT: Here is the log from logcat for FBUnitySDK,
D/FBUnitySDK(20994): KeyHash: ********
V/FBUnitySDK(20994): sending to Unity OnInitComplete({"key_hash":"*****\n"})
Once logged in, it should login automatically when the app is started again. But that is not happening here. The button has to be clicked again to login. I don't know why that is happening. Help!
↧