in my app i am having a button called download all clicking on which i have to download all songs present on my server. i am able to download one song at a time.
Below is my code:
NetworkManager *manager = [[NetworkManager alloc] init];
NSString *Mp3filePath = [manager GetFile:SongUrl];
NSLog(@"aaaaa");
SongUrl= [[NSString alloc] initWithString:@"my URL"];
NSLog(@"aaaaa");
NSLog(@"songurl--%@",SongUrl);
steps to consider: