I create two applications on Yahoo Flurry, and I want it to get events from one android app. When i try to call:
FlurryAgent.onStartSession(this, getResources().getString(R.string.flury_project_api_key));
FlurryAgent.onStartSession(this, getResources().getString(R.string.flury_android_api_key));
in logcat i see
10-07 14:07:09.559 29425-29443/? W/FlurryAgent: Flurry session started for context:com.package.ActivityName@d6930fe
10-07 14:07:09.559 29425-29443/? W/FlurryAgent: Flurry session resumed for context:com.package.ActivityName@d6930fe
and only one application on flurry, which key is flury_project_api_key
, receive all events from app.
On SO i found just this question Can we use multiple Flurry ids in one app? without answers.