@deathemperor wrote:
OS: Android.
Cocos version: Cocos 3.11 - Lua. Buiding from source. Build from command line.
Install type: useed sdkbox import
Plugin: Facebook. Just use the login
SDKBOX version: 1.0.0.17
Facebook app config: match app hash, packagename.
Extra steps: double checked and everything is there.
Facebook app is installed on device.With the Lua code I am able to login and everything with Facebook on iOS but when I try the same on Android, it just shows the loading circle and then nothing. I check logcat and see this:
09-23 14:35:09.641: D/PluginFacebook(16673): Login with permissions: 'public_profile'
09-23 14:35:09.641: I/ActivityManager(16673): Timeline: Activity_launch_request id:cc.b33p.taptap time:94768854
09-23 14:35:09.641: D/---AppActivity(16673): onResume
09-23 14:35:09.641: D/Cocos2dxActivity(16673): onPause()
09-23 14:35:09.641: I/AdColony(16673): [ADC] AdColony pause called.
09-23 14:35:09.651: W/VungleDevice(16673): error unregistering external storage state broadcast receiver - not registered
09-23 14:35:09.651: W/VungleNetwork(16673): error unregistering network broadcast receiver - not registered
09-23 14:35:09.651: W/VungleDumpDatabase(16673): error unregistering database broadcast receiver - not registered
09-23 14:35:09.651: I/AdColony(16673): [ADC] AdColony pause called.
09-23 14:35:09.651: D/Cocos2dxActivity(16673): onWindowFocusChanged() hasFocus=false
09-23 14:35:09.721: I/ActivityManager(16673): Timeline: Activity_idle id: android.os.BinderProxy@44b98f98 time:94768935
09-23 14:35:09.731: I/ViewRootImpl(16673): check scroll => focus : org.cocos2dx.lib.Cocos2dxGLSurfaceView{41b54e40 VFE..... .F....I. 0,0-720,1184}, focus:false
09-23 14:35:10.382: W/VungleDevice(16673): no device ID available
09-23 14:35:10.382: E/VungleProtocol(16673): error sending session start
09-23 14:35:10.382: E/VungleProtocol(16673): com.vungle.publisher.el: timeout after 5000 ms
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.env.AndroidDevice.s(vungle:161)
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.env.AndroidDevice.a(vungle:72)
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.protocol.message.SessionStart$Factory.a(vungle:61)
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.protocol.SessionStartHttpRequest$Factory.a(vungle:51)
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.protocol.SessionStartHttpTransactionFactory.a(vungle:25)
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.protocol.ProtocolHttpGateway$6.run(vungle:228)
09-23 14:35:10.382: E/VungleProtocol(16673): at com.vungle.publisher.async.ScheduledPriorityExecutor$a$a.run(vungle:259)
09-23 14:35:10.382: E/VungleProtocol(16673): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
09-23 14:35:10.382: E/VungleProtocol(16673): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
09-23 14:35:10.382: E/VungleProtocol(16673): at java.lang.Thread.run(Thread.java:841)
09-23 14:35:10.472: D/---onActivityResult(16673): 64206
09-23 14:35:10.472: D/---AppActivity(16673): onResume
09-23 14:35:10.472: D/Cocos2dxActivity(16673): onResume()
09-23 14:35:10.472: I/AdColony(16673): [ADC] AdColony resume called.
09-23 14:35:10.492: I/AdColony(16673): [ADC] AdColony resume called.
09-23 14:35:10.492: D/Cocos2dxActivity(16673): onWindowFocusChanged() hasFocus=true
09-23 14:35:10.512: I/ActivityManager(16673): Timeline: Activity_idle id: android.os.BinderProxy@41b13d60 time:94769726I saw logs involving Vungle but don't know why. The only log relates to Facebook plugin is "Login with permissions: 'public_profile'".
Any help?
Posts: 1
Participants: 1