This problem is very strange, my Today widget work smoothly in Simulator but in my device (iPhone 5) is only showing the header of the Widget with the icon and the title.
I have read those questions but didn't solve my problem:
My project settings:
- My
Development Targetfor both targets is the same: iOS9.2 - Widget's
Schemeis ok, withExecutablemy main app
Did you have any suggestions to solve this problem?
It sounds like there are a couple of different widget problems here.
In my case, the widget DIDN'T EXIST on the deployment phone, but did on the simulator.
The deployment target OS for the widget was set higher than the OS on the deployment phone. Setting the widget deployment target to 9.0 (making it the same as the main app deployment target and less than the OS on the deployment phone) solved the problem.