Today-Widget Error Unable to Download

From time to time, the widget crashes with an error "unable to load." Does anyone know how to fix this? The widget does not request a server or anything else.

enter image description here

+4
source share
1 answer

Unable to load into today's extension basically appears when:

  • You mistakenly caused a failure due to
  • Requires more memory than the system. (Memory limit: no more than 16 MB)

Debug the application extension to find out the exact problem.

Refer to the Xcode Debug Sensor for memory and processor usage.

+8

Source: https://habr.com/ru/post/1667143/


All Articles