I started implementing the Google Play Campaign as found here:
the i hit this line
https://developers.google.com/analytics/devguides/collection/android/v2/campaigns#known-issues
which states:
Only one BroadcastReceiver class can be specified per app. Should you need to incorporate two or more BroadcastReceivers from different SDKs, you will need to create your own BroadcastReceiver class that will receive all broadcasts and call the appropriate BroadcastReceivers for each type of broadcast.
i mean doesn't the com.google.analytics.tracking.android.AnalyticsReceiver works for all SDKs? I need for SDK 10(2.3.3) and above! Is is enough? And if not what do i need and how do i make it?