Do I need to publish my game before I can test IAP?
@namchuai wrote: I'm a new to cocos2dx and SDKBOX. For now, my game is still a draft alpha testing on Google Console. I keep seeing this log: GooglePlay Request result : 0 msg : Product request...
View Articlecocos2d x c++ code porting with emscription when i am trying to do that it is...
@Amit_Bose wrote: it also doesn't support Emscription on visual studio 2012 , when run with emcc it gives header file error. Posts: 1 Participants: 1 Read full topic
View ArticlegetDoubleForKey problem with chrono time
@Padon wrote: Dear Cocosers , I wanna make a limitation so I used getIntegerForKey to set/get it, which is no problem to set/get the limitation number. but regard of it I wanna make the number be...
View ArticleAndroid hiding keyboard breaks full screen
@iulian wrote: I just upgrade my project to the latest 3.12.0 version and I noticed something strange, when the app starts on Android it is fullscreen ( navigation bar hidden ) but when I show and...
View ArticleBroken intellisense and autocomplete for Cocos2dx JS in Visual Studio Code
@schngrg wrote: I couldn't get intellisense to work for cocos2dx 3.12 project in Visual Studio code. I added the jsconfig.json file that is required by vscode to see the full project, but it doesn't...
View ArticleGamesparks Sdk integration with Cocos Creator
@morganster wrote: Hello i want to integrate GameSparks in to my project. they have a javascript sdk https://docs.gamesparks.net/sdk/javascript-sdk-setupand a cocos2d-x sdk...
View ArticlesetAliasTexParameters for Button Widget
@cthulhuu wrote: For sprites I can do it like; sprite->getTexture()->setAliasTexParameters(); But I can't find the function that returns the Texture of the Button. Posts: 1 Participants: 1 Read...
View ArticleHow to make "Share" button
@sergeyloysha wrote: I'm new in Cocos Creator and I would like to create a button to share score to my friends(twitter, fb, etc)I want share text by native dialog. example attached...
View ArticlesetRotation() moves sprite?
@nichlaspro132 wrote: Hi! Whenever I set the rotation of some arrows that I made for controls they get moved to another position?Here is my code: Size visibleSize =...
View ArticleError on adding [type] pointer as a scene child, inside vector container
@pan1cmode wrote: Hey there,Have no clue in this thing:Trying to add child (myV is std::vector, mScene is Scene): for(int i=0; i<10; i++) { myV.push_back(std::vector<DrawNode>(5));...
View ArticleHelp me WebView does not work
@espltd wrote: Good afternoon! I am trying to run a webview in my project . But I confused with namespaces . I have no climbs in the drop-down menu, auto webView = cocos2d :: experimental :: ui ( at...
View ArticleTouchEventListener on button not working
@xxYxx wrote: The following code for my button compiles but it does not register when I touch the button. .h file void touchEvent(cocos2d::Ref *pSender, cocos2d::ui::Widget::TouchEventType type); .cpp...
View ArticleDoes SDKBOX support Rewarded Interstitial Video ads from Admob?
@namchuai wrote: I'm using SDKBOX to implement Admob in my game. According to the Docs, there's only 2 types of ads: - "banner" - "interstitial" But for now, Admob has the ad unit called Rewarded...
View ArticleHow to change the physics shape when display Frame animation
@coco_pen wrote: Now I have display a frame animation in my game.But with different frams in the animation,I want it have different physical bosy shaps.How I can do that? Posts: 1 Participants: 1 Read...
View ArticleSdkbox cant be update
@jdboss wrote: hello, when i tried to update the sdkbox this error is occurplease give the solution: SHA1 of update does not matchFound : 4cb83119886a08414a5c5a11418e13c680ca62b2Needed :...
View ArticleCocos Creator v1.1.2 released!
@slackmoehrle wrote: Cocos Creator 1.1.2 released! We are excited to release version 1.1.2 of Cocos Creator. Cocos Creator is a new, unified, development tool that handles every step in the game...
View ArticleSDKBOX Play compile error
@sergeyloysha wrote: I read it https://github.com/yinjimmy/ccc_iap_demoI read it http://docs.sdkbox.com/en/plugins/sdkboxplay/v3-js/#manual-integration-for-android I did everything according to the...
View Article[cocos2dx-js sdkbox AdColony]About setCustomID
@jus18tin wrote: about AdColony.setCustomIDhttps://github.com/AdColony/AdColony-Android-SDK/wiki/API-Details#setcustomid-string-id-It is saying that "Must be called before AdColony.configure()." But...
View ArticleHow to create project for Apple Tv?
@manjureddy48 wrote: Hello all, I want to create sample project for Apple Tv,Can anyone suggest me the steps to create the project using latest Cocos2dx framework.Thanks in advance. Posts: 3...
View Article[Solved] Android Studio didn't recognize jni function from c++
@nbtthief wrote: Hi everyone, I'm trying to use java to call C++ function, i follow online tuts using JNIEXPORT void JNICALL Java_org_cocos2dx_cpp_AppActivity_FunctionName. But when i map it to...
View Article