I implemented fine with Google Analytics and can see my data in real time. However once I added SDKBOX Admob, the problem started:
-
First is in SDKBOX Plugin errors:
Begin install admob
/Users/*****/.sdkbox/bin/sdkbox --alwaysupdate --nohelp --runin gui-creator -s main import admob
|______ | \ |____/ |] | | _/
| |/ | _ |] |____| _/ _
Copyright © 2016 SDKBOX Inc. v1.0.1.22
Installation Successful
load json file fail:/Users/***/Cocos2dGames/FastFingersDoubleFidgetSpinners/build/jsb-default/res/sdkbox_config.json
#FATAL: No JSON object could be decoded
Installation failed
-
Secondly, in Xcode:
sdkbox::GoogleAnalyticsWrapperEnabled::init(const char *):43= ERR: Failed to load config for GoogleAnalytics
SDKBOX_CORE :Checking plugin status for unknown plugin: AdMob
DEFAULTvirtual bool sdkbox::AdMobWrapperEnabled::init():51= ERR: Failed to load config for AdMob
If I remove Admob (not init() it and remove its settings in sdkbox_config.json), Google Analytics works like charm.
Thanks for your help. I am releasing my first app with Cocoscreator and seem like there are many little problems

