Top "Today-extension" questions

A Today Extension is a widget shown in the today view of the notification center of OS X and iOS.

Today App Extension Widget Tap To Open Containing App

I've implemented a Today widget for my application +Quotes which displays the day's quote within the notification center with the …

ios ios8 ios-app-extension today-extension
Sharing UserDefaults between extensions

Creating a Today widget and I am using UserDefaults(suiteName:) to persist some data. In the main application I am …

swift ios-app-extension today-extension userdefaults ios-app-group
How to access CoreData model in today extension (iOS)

Is it possible to work with my CoreData model in the today extension in swift like in the original app? …

ios core-data swift ios8 today-extension
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
Flutter: Is it somehow possible to create App Widgets (Android) and Today Extensions (iOS)?

I took a look at flutter for building a mobile app. Is it possible to create Widgets (not flutter-widgets, but …

dart android-widget flutter today-extension
How to launch a parent iOS App from its App Extension

Does any one know how to launch the parent app from the app extension's view controller? I just want to …

ios ios-app-extension today-extension share-extension
Xcode Today Extension stuck on "Failed to inherit CoreMedia permissions" error

i'am trying to add an app extension to my project (Today Extension). Things that i've made so far: Enable "App …

ios objective-c xcode today-extension
Today Extension: How to work with display mode?

Widgets now include the concept of display mode (represented by NCWidgetDisplayMode), which lets you describe how much content is available …

xcode swift expand today-extension ios10
Today Widget Extension Height - iOS10

The height for the Today's widget view mode cannot be set for compact Mode. No matter whatever value I set. …

ios swift today-extension ios10-today-widget
Today-Widget "Unable to load" error

From time to time widget crashing with "unable to load" error. Is anyone know how to fix it? Widget haven't …

ios swift today-extension