Using Google Analytics to track statistics of an iOS app. One of embedded libraries of the app is also using Google Analytics inside a singleton instance, so it cannot be used in conjunction with the singleton instance.
Google Analytics offers only one site tracking per GANTracker instance, so how can this app be configured to track multiple sites if it is explicitly noted as a singleton?