orta / ARAnalytics

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

Fix Countly initialization error. #292

Closed reden87 closed 7 years ago

reden87 commented 7 years ago

Countly recently updated how the framework is initializated and it’s not backward compatible.

When I wanted to integrate Countly I experienced the following error:

screen shot 2016-10-05 at 15 42 12

I added a condition which determines if the project using the old or new version and initializes Countly properely.

DangerCI commented 7 years ago
:white_check_mark: Jolly good show.
:white_check_mark:

Please include a CHANGELOG entry. You can find it at CHANGELOG.md.

Generated by :no_entry_sign: danger

reden87 commented 7 years ago

@orta should I add Version 4.0.1 to the CHANGELOG and increase the podspec version also?

orta commented 7 years ago

Sure, I'd probably have to make a release anyway 👍

reden87 commented 7 years ago

@orta done 👍

orta commented 7 years ago

screen shot 2016-10-07 at 17 23 31

Shipped - thanks @BenchR267 @reden87

BenchR267 commented 7 years ago

I just clicked a button :) Thanks @reden87 for the contribution!