[SOLVED] SDKBOX...unfortunately again!

I have seen that there are many posts about this topic because, actually, social and digital stores integration are “vital” in a game.
I read a (non?) official post about an SDKBOX package for the 1.1 version of Cocos Creator.
So, @pandamicro can you please give us your opinion about this topic?
Is there any plan about an integration of SDKBOX with Cocos Creator?
Thx :wink:

Let me just be clear. You don’t need to integrate SDKBOX inside Creator. You can always do this manually using the SDKBOX installer. It is equally as quick.

1 Like

I tried different ways:

  1. sdkbox import: doesn’t work. Bear in mind that I added and configured correctly a project.json file.
  2. to import all the plugin classes and framework binaries (e.g. facebook), updating manually the AppDelegate, but doesn’t work

Can you please explain to me all the steps needed to use SDKBOX with a project made with a Cocos Creator?
Do you have a Cocos Creator project to share with us that is working fine with an SDKBOK integration?
Thank you very much.

Your #2 should work.

I’ll try a project as a test.

1 Like

At last, after a couple of night :), I’m able to work with SDKBOX facebook plugin imported directly with the sdkbox installer (sdkbox import facebook)
To be honest, after that I imported all the plugin classes, I did many manual fixes.
One of the most important issues that I found is related with the js_PluginFacebookJS_PluginFacebook_getFriends method of the PluginFacebookJSHelper.cpp file, because the CCArray type is not supported (defined).
So, I’m not sure, but seems that the Cocos engine embedded with Cocos Creator (1.1.1) doesn’t completely support all the SDKBOX plugins.
@pandamicro in your opinion is it possible to have an official answer or a documentation about the Cocos Creator - SDKBOX plugins topic?

Hi there,

Wow…somewhat disapointed… Would like confirmation as well, regarding SDKBOX
compatibility with Cocos Creator? Cause, even though I really enjoy the Cocos Creator engine and the bright future ahead of it, in my opinion, social integration via plug-ins is very important…Thanks and God Bless…

Sincerely,

Sunday

Let’s tag @nite for some help here as I can’t get it to work out of the box @alchimya seems be be on the right track for a manual effort.

SDKBOX should be compatible with Cocos creator, however cocos creator dose updates constantly, let’s do some more test with facebook plugin and cocos creator and let you know.

Please help me with sdkbox play, There is an example with leaderboards and achievements?