Easy way to add standardUserDefaults to Crittercism error report metadata?

172 Views Asked by At

I could add them one by one using the Crittercism method

[Crittercism setValue:(NSString *)value forKey:(NSString *)key];

...but that is fragile when adding new settings and error prone. Can anybody suggest a better way to just add the entire settings dictionary to the user metadata?

1

There are 1 best solutions below

1
On BEST ANSWER

We've been thinking about adding an API call that lets you add the settings dictionary to metadata, would that work for you?

Rob Critter Co-Founder