SDKBOX Ideas & Requests

add multiplayer in sdkbox play using google play game services.

2 Likes

I wish if we can have that. I am not a backend guy and don’t want to go in complexity of latency, etc and want to focus on game part more, rather than server and abaaca dubabo things :smiley:

I also requested this feature. +100 for multiplayer with Google Play Services.
Cocos2d-x games can really gain more attractions with this plugin. :kissing_heart:

Can we get more information for IAP?
Like orderId

Having a multiplayer SDKBOX plugin would be very beneficial for many. That is a great suggestion @watermelonlab and @catch_up

For multiplayer, Photon Engine has some of the best resources out there. They also already list cocos-2dx as supported on their website.

what about adding getRank functionality to SDKBOX Play?

https://developer.apple.com/documentation/gamekit/gkscore/1399244-rank
https://developers.google.com/android/reference/com/google/android/gms/games/leaderboard/LeaderboardScore.html#getRank()

1 Like

Great suggestion

getPlayerCenteredScores will return rank info, can you use this api?

1 Like

do you need different features for getRank?

what about to add message string or error code to IAPListener::onInitialized. We have a lot of failed init’s on Android with SDKBOX IAP 2.4.2.0, but can’t understand what is really wrong.

could you plz email me the Raw Text log.

jimmy@sdkbox.com.

and track issue here.

http://docs.sdkbox.com/en/plugins/admob/v3-cpp/#sdk-version

My 5 coins for improving SDKBOX:

  1. support CMake (cocos2d 3.17.1 now uses CMake by default)
  2. place sdkbox lib in one place
    currently it seems each plugin has own copy of sdkbox lib:
C:\Users\user\.sdkbox\plugins\sdkbox-firebase_vx.x.x.x_\plugin\android\jni\sdkbox
C:\Users\user\.sdkbox\plugins\sdkbox-iap_vx.x.x.x\plugin\android\jni\sdkbox
C:\Users\user\.sdkbox\plugins\sdkbox-gpg_vx.x.x.x\plugin\android\jni\sdkbox
  1. don’t copy sdkbox plugins files to project.
    Maybe this not possible for iOS but possible for android because I’m doing this and can share my experience if you want.

nice suggestion. let me checkout cocos2d-x 3.17.1.

I will think about it.

When multi-person collaboration projects, it is a good idea to include all the files in the project.

Thanks,

2019-01-02 for CMake:

do some researching and a manually integrate SDKBox 2.4.3.0 bugfix

In order to better track feature request, we have a vote system: https://github.com/sdkbox/issues/issues?q=is%3Aopen+is%3Aissue+label%3Arequest+sort%3Areactions-%2B1-desc

developers can create a new request and vote for it.
Thanks,

1 Like

nice suggetion, looking for the same !

Please add support cocos v4

@yinjimmy is there a plan for v4?

we’re working on v4.

It will be nice if SDKBox have an error object (like IAP product maybe or simply a std::map) that contain error code / message separately.

1 Like