What is the better approach of performing a network request to get data in a Apple WatchKit app.
- Is it sending network request inside Watch Kit extension
- Or performing this activity on parentApplication
Will there be any problems performing inside WatchKit Extension. If you could provide a well organised example also that would be really great.