Top "Ios8-today-widget" questions

Refers to the "Today" widget in the notifications center of iOS devices.

Today Extension Failed to inherit CoreMedia permissions from

I am trying to add a Today Extension in Swift to my Objective-C app. I keep getting this message in …

swift ios-app-extension ios8-today-widget
"This app contains an app extension with an illegal bundle identifier" issue

I'm a bit mixed up, since I changed the app name, Bundle Display name, and Bundle identifier name...and now …

xcode ios-app-extension ios8-today-widget bundle-identifier
How to update today widget in swift every x seconds

I try to update the content of my today widget extension every x seconds since I try to realize something …

ios swift handler ios8-today-widget today-extension
Height of iOS8 Today Extension using Only Auto Layout Gives Broken Constraints

Apple documentation suggests setting the height of Today Extensions using autolayout. If a widget has additional content to display, you …

ios cocoa-touch ios8 ios8-extension ios8-today-widget
When i run app extension(Widget) in device.I got this error App installation failed

This application or a bundle it contains has the same bundle identifier as this application or another bundle that it …

ios ios8-extension ios8-today-widget
"Unable to Load" message in Today's Widget

I'm in between with my widget development. As we have already placed our app with widget integration. But in now …

ios ios-app-extension ios8-extension ios8-today-widget ios-extensions
iOs Widget background update

According to what apple says about widgetPerformUpdateWithCompletionHandler:, the iOs Widget can update his content also when the widget is not …

ios objective-c cocoa-touch ios8-today-widget ios-extensions
Detect whether run target is App Extension or iOS App

I have a simple app which also has a iOS 8 Today Extension (or widget). One of the things I am …

ios objective-c target ios-app-extension ios8-today-widget