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
An additional problem is that once widgetPerformUpdateWithCompletionHandler:
is stopped being called, there will never be another completion handler to call. I haven't found a way to make the system call widgetPerformUpdateWithCompletionHandler:
again. Therefore, make sure your widget will also try to reload data through viewWillAppear:
as a fallback, or some users might be stuck with a non-loading widget.