Questions tagged [ios8-today-widget]

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

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

232 questions
0
votes
1 answer

I am unable to satisfy the constraints in the IOS 8 today extension

I almost gave up to solve the auto layout problems in my today extension :-(. I have a simple today extension for my iOS 8 app, where I want to display a quadratic photo and two text labels. Thank you for help. This is my actual layout. The view…
ChaosSpeeder
  • 3,468
  • 5
  • 30
  • 38
0
votes
1 answer

iOS 8 widget, sharing data between app groups forward and backward

I've a messages app and I started to create a widget. Updating the core data with the new messages happens when user open the app. My wish is when: - (void)widgetPerformUpdateWithCompletionHandler:(void (^)(NCUpdateResult))completionHandler called…
Idan Moshe
  • 1,675
  • 4
  • 28
  • 65
0
votes
0 answers

UIImageView disappears randomly?

In my widget extension, I have only the following code that gets called when the widget appears, nowhere in the code, am I adjusting the frame or hidden properties of _imageView. However, every time this code is executed, the code works fine and…
user2284295
0
votes
0 answers

Today Extension's Content is not displayed except a title on real iPhone machine

I'm developing an app with Today Extension. My app's name is on Today, but contents are not displayed below that. This phenomenon happens only I run from Application's scheme on real iPhone machine. Everything goes fine if I run from today…
0
votes
2 answers

iOS 8 Widget Ad Hoc distribution

I'm trying to distribute a simple today widget with an ad-hoc profile. The widget works flawlessly when invoked from XCode in debug mode, but appears empty when the ad-hoc app is installed on the device. I've asserted that the provisioning profile…
dwery
  • 1,128
  • 10
  • 20
0
votes
1 answer

Today Extension doesnt appear in Notification Center

I added Today Extansion to my project (2 years old) but it doesnt apear in Notification Center. When adding this tutorial helped mine: http://www.raywenderlich.com/83809/ios-8-today-extension-tutorial My project have two targets (Dev, Production).…
Kamil Harasimowicz
  • 4,684
  • 5
  • 32
  • 58
0
votes
1 answer

iOS8 Today Widget inside an iOS7 App?

Given that the current uptake of iOS8 is only 50% I don't want to make my next release exclusive to iOS8. It would appear from playing with Xcode that one can compile a target, such as the today extension, for iOS8 without changing the main App and…
Seoras
  • 1,286
  • 13
  • 21
0
votes
1 answer

Video/Audio in today extension

Would be possible to play video or audio in today extension? I know that you can't do audio, because today extension is separated binary so if you turn off screen also audio will go off. But what if I hit play button in today extension and audio…
Xoroxoxoxoxoso
  • 505
  • 6
  • 17
0
votes
1 answer

How to show keyboard on iOS 8 Today Extension?

I am writing a today extension and I am presenting Social View controller in today's view. the view is presented with a cursor but keyboard does not appear. How to make it appear just like when it appears in a normal app?
kashif789us
  • 474
  • 8
  • 23
0
votes
1 answer

iOS Sharing Extension/Widget On iPhone and Ipad

I am trying to write a today widget which will have the same user interface for both iPhone and iPad but I don't want to create the same widget's target twice for both project. How would I go about to share the widget on both iPhone and iPad…
Infinity
  • 3,695
  • 2
  • 27
  • 35
0
votes
1 answer

How to avoid including the Today Widget in my App Store build?

I'm creating a Today Widget for my iOS8 app. However, until it's ready and fully working, I'm wondering how I can exclude it from being compiled/embedded into the builds I give out to testers (or to the build for the AppStore, in case it's not…
devguy
  • 2,336
  • 5
  • 27
  • 31
0
votes
1 answer

Simulator not running Today-View for debugging Today extension in legacy Xcode project

(Answering own question; see my answer below.) When I tried to run my Today extension in the iOS simulator, Xcode 6 would ask me to choose an app to attach the debugger. After I chose the "Today" app, Xcode would report "Running Today-View on…
user444731
  • 173
  • 1
  • 6
0
votes
0 answers

OS X Yosemite Today Widget without Auto-Layout

I'd like to implement a Today Widget (OS X) without making use of Auto-Layout. I know that I can control the widget size via setPreferredContentSize:;, but whenever I disable Auto-Layout for the XIB of my widget, the widget is simply blank both in…
Raffael
  • 1,119
  • 10
  • 20
0
votes
1 answer

iOS Today Extension / widget -- location permissions?

I'm writing an app which is location-based, and includes a Today extension (widget)... What I can't seem to figure out is this. When deciding whether to require access to location "always" versus "while using", does having the Today view active…
DanM
  • 7,037
  • 11
  • 51
  • 86
0
votes
1 answer

Linker error when reusing a container class in a widget

I am creating a widget in the today function and wish to reuse the classes from my container app. I include the ".h" file, however, even though everything complies, I get a linker error saying that the referenced class cannot be found. "Symbol(s)…
1 2 3
15
16