app crashes in the real device Social Plugin please help

V/Corona (26016): \> Class.forName: CoronaProvider.native.popup.social.LuaLoader V/Corona (26016): WARNING: Could not load 'LuaLoader' V/Corona (26016): \> Class.forName: CoronaProvider.native.popup.social.LuaLoader

Im triying to Use the Social plugin but I get this error Please help

Hi @madsheepgames,

Can you please show the code where you’re including the Social plugin, for your build?

Thanks,

Brent

settings = { plugins = { --key is the name passed to Lua's 'require()' ["CoronaProvider.native.popup.social"] = { --required publisherId = "com.coronalabs", }, }, }

on my build.settings

and  the code on my button is 
 

local options = { service = "twitter", message = "Check out this game!", listener = socialEventListener, url = "http://www.coronalabs.com" } native.showPopup( "social", options )

Hi @madsheepgames,

May I ask which specific device and OS version you are experiencing this issue on?

Hi,

Im developing multiplatform expecting to work for android and ios.

I get this error on android with windows 7 os

what I hear is that now social support android and the “Service” on option will be ignored and show a pop up with the share options… 
ref: http://www.coronalabs.com/blog/2013/10/11/revisiting-the-social-plugin-now-on-android/

But as I said I get that error. 

what else could I do?
or any other explample with tweeting… and corona´s sample app, doesnt work for me… when I tab tweet the pop ups shows and I log in to my twitter then give the access to the app but stays there… wont do anything else… :confused:

Hi.

What device are you testing this on?
What version of corona are you using?

Please answer these questions and we can take it from there. Thanks!

Hi again,

Im testing on samsung galaxy s4

and with the lastest version of corona 2013.1202

Hey.

Ok, so the problem here is that the social plugin (for android) was introduced after build 1202, so it won’t work with the public release.

Please download the latest daily build and the plugin should work fine for you. Please let me know how it works out either way.

Thanks!

Thanks !,

that solved the problem I didnt know that.

now it works.

thanks again for the support.

Greetings!

Hi @madsheepgames,

Can you please show the code where you’re including the Social plugin, for your build?

Thanks,

Brent

settings = { plugins = { --key is the name passed to Lua's 'require()' ["CoronaProvider.native.popup.social"] = { --required publisherId = "com.coronalabs", }, }, }

on my build.settings

and  the code on my button is 
 

local options = { service = "twitter", message = "Check out this game!", listener = socialEventListener, url = "http://www.coronalabs.com" } native.showPopup( "social", options )

Hi @madsheepgames,

May I ask which specific device and OS version you are experiencing this issue on?

Hi,

Im developing multiplatform expecting to work for android and ios.

I get this error on android with windows 7 os

what I hear is that now social support android and the “Service” on option will be ignored and show a pop up with the share options… 
ref: http://www.coronalabs.com/blog/2013/10/11/revisiting-the-social-plugin-now-on-android/

But as I said I get that error. 

what else could I do?
or any other explample with tweeting… and corona´s sample app, doesnt work for me… when I tab tweet the pop ups shows and I log in to my twitter then give the access to the app but stays there… wont do anything else… :confused:

Hi.

What device are you testing this on?
What version of corona are you using?

Please answer these questions and we can take it from there. Thanks!

Hi again,

Im testing on samsung galaxy s4

and with the lastest version of corona 2013.1202

Hey.

Ok, so the problem here is that the social plugin (for android) was introduced after build 1202, so it won’t work with the public release.

Please download the latest daily build and the plugin should work fine for you. Please let me know how it works out either way.

Thanks!

Thanks !,

that solved the problem I didnt know that.

now it works.

thanks again for the support.

Greetings!