orta / ARAnalytics

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

Suppress intercom warnings #263

Closed delebedev closed 8 years ago

delebedev commented 8 years ago

Intercom's internal implementation does not like if you pass empty dictionaries:

 [Intercom] ERROR - 'metaData' parameter must be an NSDictionary and can't be nil or empty

so we check for it on the provider level and decide which API to use.

orta commented 8 years ago

Great idea 👍