iOS App Today Extension not uploaded to physical d

2019-06-24 05:32发布

问题:

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?

回答1:

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