This works perfectly on iPhone (Simlulator and Device) but on Watch OS2 i get blank data. What might be the issue with this ?
NSURLSession *session = [NSURLS
[self.table setNumberOfRows:[arrurlimg1 count ]withRowType:@"QuoteTableRow"];
for (NSInteger i = 0; i < self.table.numberOfRows; i++) {
ICBQuoteTableRow* theRow = [self.table rowControllerAtIndex:i];
NSURLSessionConfiguration *config =[NSURLSessionConfiguration defaultSessionConfiguration];
NSURLSession *session =[NSURLSession sessionWithConfiguration:config];
NSURLSessionTask *task = [session dataTaskWithURL:url completionHandler:^(NSData * _Nullable data1, NSURLResponse * _Nullable response, NSError * _Nullable error)
{
for (int i=0; i