Sdkbox status code 404

I’m using 2.4.6

hi when I try to launch the sdk box it show the status code :404

Thanks

SDK Box service was already ended since like a year ago.

Oic, If that the case how can I implement admob into Cocos creator now?

Not sure about AdsMod. For us, we were using Facebook Login and Google IAP from SDKBox and they suddenly stopped the service. When we complained, they resumed the service.

Thus, we decided to code them Natively ourselves and they worked well. It took time but we don’t need to reply on them anymore which is a huge plus. Now, we can just upgrade as and when needed.

On the other hand, we should have such basic services as plugins/add-ons. But, we don’t, sadly :pensive:

Oic, do I have to build the game in Cocos first then implement admob in Android studio or can I do it the other way round?

Basically, we created Java codes and then integrated with Java codes built by Cocos Creator.

In CC, Java codes can communicate to/from JavaScript using JSB (now it’s moved to cc.native). Please check this

I see. Will try it out, thanks for your help!

Hi, can you give some high level idea on how you guys implemented FB login? I didn’t find any JS SDK provided by FB. Is there any other way? how did you integrate this in Cocos Creator?