Skip to content

tinybearc/sdkbox-sample-iap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run sdkbox samples

Steps:

mkdir samples
cd samples

# must clone this repo
git clone --depth 1 https://github.com/sdkbox/sdkbox-cocos2d-x-binary.git

# clone sample repo
git clone --depth 1 https://github.com/sdkbox/sdkbox-sample-iap.git

# run sample with specified language and platform
# eg: cpp and ios
./sdkbox-cocos2d-x-binary/run_sample.sh iap cpp ios
# javascript and android
./sdkbox-cocos2d-x-binary/run_sample.sh iap js android

# <optional> if exists "download-depends.sh" in sample repo, execute it
# ./sdkbox-sample-iap/download-depends.sh

Memo:

  1. Sample repo and cocos2dx repo must be in same level directory
+-- sdkbox-cocos2d-x-binary
+-- sdkbox-sample-iap
| +-- cpp
| +-- lua
| \-- js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 27.9%
  • C 25.7%
  • Java 24.8%
  • Lua 13.6%
  • C++ 6.1%
  • Objective-C++ 1.0%
  • Other 0.9%