orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.84k stars 217 forks source link

Added ability to set a delegate to the adjust configuration #236

Closed BenchR267 closed 8 years ago

BenchR267 commented 8 years ago

The call to [Adjust appDidLaunch:] should only be called once. Using the adjust provider from ARAnalytics it was not possible to set the delegate of the adjust configuration that is needed when an installation e.g. should be tracked. This PR adds the possibility to initialise the provider with the delegate for the configuration to get the needed callback. It only adds an initialiser, so it should not break anything.

orta commented 8 years ago

assuming this is #237 without the squashed commits? closing

BenchR267 commented 8 years ago

Oh yeah, sorry. Forgot to close this one.