Skip to content

[iOS] Success/error returning static values #1

@kyle-ssg

Description

@kyle-ssg

Probably already know this but uploadImage is currently returning a static response in iOS regardless of success/error.

  NSArray *keys = [NSArray arrayWithObjects:@"result", @"error", nil];
  NSArray *objects = [NSArray arrayWithObjects:@"success", @"", nil];
  NSDictionary *dictionary = [NSDictionary dictionaryWithObjects:objects
                                                         forKeys:keys];
  resolve(dictionary);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions