issues Search Results · repo:cocos2d-x/plugin-x language:Objective-C
Filter by
40 results
(64 ms)40 results
incocos2d-x/plugin-x (press backspace or delete to remove)Current callback code in onPayResult:withRet:withMsg method is next:
...
if (iapPlugin) {
iapPlugin- onPayResult(cRet, chMsg);
}else if(callback){
std::string stdmsg(chMsg);
callback(cRet,stdmsg); ...
shkatulo
- Opened on Sep 3, 2015
- #168
Current instructions don t work for cocos 3.7. At least, this is my attempt:
Compile publish plugins
unzip ../cocos2d-x-3.7.zip
cd cocos2d-x-3.7/
./setup.py
source ~/.bash_profile
cd plugin/tools/
./setup.py ...
pepeek
- Opened on Aug 10, 2015
- #167
on function private void WebRequestDialog(JSONObject info) ...
requestDialogBuilder.setOnCompleteListener(new OnCompleteListener(){ @Override public void onComplete(Bundle values,
FacebookException error) ...
man2
- Opened on Aug 1, 2015
- #166
I finished countly sdk for plug-x.But there is a problem to pull request. In Plugin-x HelloPlugins project, having two
analytics sdks support.However, they re separated by local language.
if (LanguageType::CHINESE ...
shadow0162
- Opened on Jun 11, 2015
- #161
auto facebook = cocos2d::plugin::FacebookAgent::getInstance();
std::string permissions = public_profile,user_friends ; facebook- login(permissions, [=](int ret, std::string msg){
CCLOG( type is %d, msg ...
varyP
- Opened on Jun 1, 2015
- #160
This is my code (i have found pluginx for cocos2d-js)
onRequestProductResult: function (ret, productInfo) {
cc.log(ret);
cc.log(productInfo);
var msgStr = ;
if (ret == plugin.ProtocolIAP.RequestProductCode.RequestFail) ...
cocosfan
- Opened on Mar 28, 2015
- #151
There are bugs in PluginUtilsIOS::callOCBoolFunctionWithName_oneParam and PluginUtilsIOS::callOCBoolFunctionWithName
functions.
Instead of:
BOOL* pRet = (BOOL*)callRetFunction...(...); if (nil != pRet) ...
shkatulo
- Opened on Mar 20, 2015
- #147
When do querySkuDetails with list of 20, 40, 60 items it not do sync-query.
In this code need to close block after selected lines:
https://github.com/cocos2d-x/plugin-x/blob/v4-develop/plugins/googleplay/proj.android/src/org/cocos2dx/plugin/util/IabHelper.java#L927-L932 ...
andrii-bakulin
- Opened on Mar 11, 2015
- #142
I launch the TestFacebookUser sample for Android and when i click on login or loginWithPermission , the login activity
is display but after validate the Facebook connexion nothing is happen. The text never ...
cmillauriaux
- Opened on Feb 26, 2015
- #139
Hi!
Another Issue for plugin-x from me ^^ Using: Windows 8.1 x64 with cygwin After ./publish.sh I need to paste the
directories for android sdk ndk and ant.
After the script is creating the plugins for ...
hamburml
- 2
- Opened on Feb 14, 2015
- #136

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.