0

My app contains a Today Extensions(Widget), but it can not show on iPhone5s, and any other devices can show normally. Platform: xcode6 Beta5, iOS Beta5.

Kampai
  • 22,848
  • 21
  • 95
  • 95
cleexiang
  • 149
  • 2
  • 7
  • If you've already tried skrew's suggestion, try rebooting the device. Today widgets are still a little flaky. – EricS Aug 17 '14 at 20:20

1 Answers1

0

You need to add arm64 support for your today extension. iPhone 5S have a 64 bits processor and host application

skrew
  • 879
  • 9
  • 16