I'm currently developing an SDK for both Android and iOS and want to embed analytics tools to monitor user behavior.
We found that the classic analytics tools such as Flurry, Google Analytics etc. are application oriented. and it can't be used by the SDK due to potential collision with the app analytics tools.
Is there any 3rd party analytics framework that can be used inside an SDK?
Did anyone manage to resolve the collision issues and run more than one instance of the classic analytics tools on the same app?
P.S. A similar question was asked before but was closed for a reason I don't agree with.