14
Anforderung fehlgeschlagen: Inakzeptabler Inhaltstyp: Text / HTML mit AFNetworking 2.0
Ich probiere die neue Version 2.0 von AFNetworking aus und erhalte den obigen Fehler. Irgendeine Idee, warum das passiert? Hier ist mein Code: NSURL *URL = [NSURL URLWithString:kJSONlink]; NSURLRequest *request = [NSURLRequest requestWithURL:URL]; AFHTTPRequestOperation *op = [[AFHTTPRequestOperation alloc] initWithRequest:request]; op.responseSerializer = [AFJSONResponseSerializer serializer]; [op setCompletionBlockWithSuccess:^(AFHTTPRequestOperation *operation, id responseObject) { NSLog(@"JSON: …