Questions tagged [today-extension]

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

Usually a today extension shows informations which is related to current events, like current sock prices, weather and upcoming events. Some extensions though provide other functionality like a calculator or iTunes controls.

Today Extensions were introduced in iOS 8.0 and OS X 10.10 and can be published by developers through the App Store.

App extensions in the Today view are called widgets. Widgets give users quick access to information that’s important right now. For example, users open the Today view to check current stock prices or weather conditions, see today’s schedule, or perform a quick task such as marking an item as done. Users tend to open the Today view frequently, and they expect the information they’re interested in to be instantly available.

To read more follow this link - App Extension programming guide

460 questions
0
votes
1 answer

How to add a UIVisiualEffectView in Today View without blur in Xcode / Interface Builder?

I am trying to add a vibrancy text to the today widget via Interface Builder. Like this: How to replicate the blurred text in Notification Center (iOS 8) Vibrany works well, but as you can see the background exists, too: I couldn't find a way to…
MJQZ1347
  • 2,607
  • 7
  • 27
  • 49
0
votes
1 answer

Today extension does not show my app icon in Simulator

I know about similar questions, I did almost everything they suggested in these questions, but my icon app haven't appeared so far. Why? I use latest iOS 8.3 on both device and simulator. While it works on simulator it doesn't work on device.…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
0
votes
1 answer

Can i create multiple Today extensions for the same containing app in ios

Can i create multiple Today extensions for the same containing app in ios? Will Apple allows multiple today extensions to be shown for single app in its Today view
Kalai_Human
  • 135
  • 7
0
votes
1 answer

Is there any way to install iOS extension without installing the container application?

I want to implement a today extension only, that is, for this I don't want to create an application for doing this. Is there any way to install a today extension only, without installing the container app? Please help.
rkr_stack
  • 13
  • 6
0
votes
1 answer

iOS Today Extension keeps crashing on iPhone, not in simulator

I'm trying to build an iOS Today Extension that shows three images with some text. In the simulator it runs fine, but when I run it on my iPhone, it flashes three times and then displays Unable to Load. What am I doing…
0
votes
1 answer

iOS Today Widget will not install on iPhone 4 running iOS 7.1, but works on other devices

Just created a Today Widget using XCODE 6.3.1 and have it working on a MINI running iOS 8.3. When we try and install it on an iPhone 4 running iOS 7.1, it does not install or run and XCODE reports "Finished Running" with no errors etc. We will be…
ort11
  • 3,359
  • 4
  • 36
  • 69
0
votes
0 answers

Is it possible to perform Action through Today Extension without opening Host App?

I have created an host app that is fetching post from server and displaying the same. I have also created an Today Extension and showing top most 5 under Today Section Of Notification. Now I want to provide delete post functionality directly from…
yadav
  • 103
  • 1
  • 8
0
votes
1 answer

Today Extension iOS

I am developing today extension.I am displaying tableview cell within my extension.It is working very well. But the problem is that, i have also given swipe to delete functionalaity in UITableViewcell, but this is not working. does swipe feature…
yadav
  • 103
  • 1
  • 8
0
votes
2 answers

iOS Detect Today Extension Orientation

I'm trying to detect a Today Extension's orientation, but none of the typical methods seem to work. I've tried the following: [[UIApplication sharedApplication] statusBarOrientation] == UIInterfaceOrientationLandscapeLeft; [UIDevice…
user1752054
  • 372
  • 4
  • 17
0
votes
1 answer

iOS today extension always initiate the view

I have develop a iOS today extension, it will display some icons, when these icons change, the today extension will update. when these icons not changed, the today extension should not update. But i found my today extension view always be destoried,…
0
votes
0 answers

How to set today-extension height using UITableViewController?

I am fighting with my widget height for about a week and I still cannot get it working. I use a tableView as a primary view of the extension with autolayout. The app shows current balance of a cellphone. And depending on a plan, I load different…
Jarod
  • 485
  • 5
  • 16
0
votes
1 answer

Todayview openurl - calls didFinishLaunchingWithOptions multiple times

i am currently playing arround with an ios8 todayview extension. i call [self.extensionContext openURL:url completionHandler:nil]; to open the app containing the extension. in some cases: about 1 out of 10 launches (app closed) - the -…
Helmut Januschka
  • 1,578
  • 3
  • 16
  • 34
0
votes
1 answer

It is possible to delay the execution of a function on Today Extensions (iOS)

I want to delay the execution of a method inside a framework that gets loaded from within a Today Extension. I have tried this: A function that receives the task and the time to wait func playCPUWithDelay(delayInMilliSeconds:Int64,scheduledTask:…
Hugo Alonso
  • 6,684
  • 2
  • 34
  • 65
0
votes
1 answer

How can I access core data details from Today Extensions(iOS 8)?

I want to access some core data details from Today Extension. 1) Is it possible to access core data details from Today Extension(iOS8) ? 2) How do I access the core data details ? Please give some ideas and suggestions.
Mani Apple
  • 63
  • 7
0
votes
2 answers

Issue in Widgets in landscape mode

I have this irritating issue with widgets that it trims the content of my view in the landscape mode. I have put the content size statically but it doesn't work. Does Apple restrict the widget to have a specific height in landscape? Apple's…
Ashraf Tawfeeq
  • 3,036
  • 1
  • 20
  • 34