Skip to content

Email feedback submission example requires "application" parameter #18

@Mark-s99

Description

@Mark-s99

Here's a suggestion: I tried to the the server example up and running that sends the feedback as email.

It would never send my crash reports until I discovered that it requires a custom key to be present: "application". I had to add this to my code to get it to work:

- (NSDictionary*) customParametersForFeedbackReport
{
    return [NSDictionary dictionaryWithObjectsAndKeys:@"TestApp", @"application", nil];
}

Either I completely missed that from the docs or it's not there ;) Maybe something worth adding. Or, alternatively, just add it automatically based on the application name...

Thanks again,
Rico

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions