Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add Countly SDK for Cocos2d-x plugin-x #161

Open
shadow0162 opened this issue Jun 11, 2015 · 0 comments
Open

how to add Countly SDK for Cocos2d-x plugin-x #161

shadow0162 opened this issue Jun 11, 2015 · 0 comments

Comments

@shadow0162
Copy link

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 == langType)
    {
        pluginName = "AnalyticsUmeng";
        strAppKey = umengKey;
    }
    else
    {
        pluginName = "AnalyticsFlurry";
        strAppKey = flurryKey;
    }

Countly is an innovative, real-time, open source mobile analytics and push notifications platform. it's can develop by self-host on any language.

please let know , how to add countly sample code?so i can pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant