-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
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
Labels
No labels