I\'ve made a today widget for the german ice hockey league DEL.
I\'m loading the next games from our server an show them in a tableView. The loading process is started i
Calling the completionHandler with NCUpdateResultNewData within widgetPerformUpdateWithCompletionHandler before an async call comes back and calls it again with NCUpdateResultNewData or NCUpdateResultFailed seems to work.