orta / ARAnalytics

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

Convert id value into an NSString for Adjust #285

Closed tettoffensive closed 8 years ago

tettoffensive commented 8 years ago

Adjust assumes id value is a string, so first try to convert it to a stringValue (NSNumber), otherwise, use the description.

This fixes a crash I was having where Adjust SDK was trying isEmpty on value.

DangerCI commented 8 years ago
:white_check_mark: Congrats.
:white_check_mark:

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

Generated by :no_entry_sign: danger

orta commented 8 years ago

Interesting, makes sense 👍