Search code examples
iosobjective-cxcodeios8-today-widgetios-extensions

iOS App Today Extension not uploaded to physical device


I am creating a today widget for my app http://budgt.ch as some users have requested quick access to key functionality.

The (preliminary) extension is working fine on iOS simulators, installed like this:

1) install latest container app 2) install extension with 'today' as container

However: i cannot seem to get the extension to show on a physical device (i am currently testing with an iPhone 6).

  • xcode says: Build successfull
  • Extension is not showing up in today view

any ideas what could be wrong?


Solution

  • Are you sure that the deployment target for the extension is less than or equal to the system version of the device?