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
Sorry found the mistake. Had to add Allows Arbitrary Loads on the WatchKit extension. After adding i got the result.