iOS App Today Extension not uploaded to physical device

荒凉一梦 提交于 2019-12-23 12:43:52

问题


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?



来源:https://stackoverflow.com/questions/29680915/ios-app-today-extension-not-uploaded-to-physical-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!