Skip to content

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

@shadow0162

Description

@shadow0162

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions