Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Result returns null #10

@tropicdome

Description

@tropicdome

Hi,

When I run any of the get commands, it returns successfully, but the result array is null, for example running

    [[ItunesSearch sharedInstance] getTrackWithName:@"Welcome to the Jungle" artist:@"Guns N Roses" album:@"Appetite for Destruction" limitOrNil:nil successHandler:^(NSArray *result) {
        NSLog(@"Success: %@", result);
    } failureHandler:^(NSError *error) {
        NSLog(@"Failure: %@", error);
    }];

returns
Success: (null)

Do you have any idea why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions