Hello,
I have a question about how mergin Facebook in android manifeste cause i need to cut my application with and obb extension.
So facebook not working anymore and i supposed it’s because obb change the manifest. All i found is the ManifestMod in Facebook so i suppose it’s change the manifest during compilation for android. What have i to put in the manifest ?
I followed the Tutorial Unity 4 apk splitting into OBB for google play and i found the line in the ManifestMod :
ActivityName = "com.facebook.unity.FBUnityPlayerActivity";
so i suppose i can’t just put :
<service android:name="com.facebook.unity.FBUnityPlayerActivity" />
What have to add ?
Thanks a lot