ios8-today-widget Questions
1
Solved
So I have an app which requires a subscription (via an IAP), and it provides a Today Widget. Within the widget (as well as within the app) I use RMStore to check the App Receipt in the bundle for a...
Tahr asked 20/5, 2015 at 13:33
1
Solved
This code used to work in our today extension, but now EXC_BAD_ACCESS with using Xcode 6.3. What is the new problem?
override func viewWillTransitionToSize(size: CGSize, withTransitionCoordinator ...
Outburst asked 22/4, 2015 at 18:19
3
Solved
Apple documentation suggests setting the height of Today Extensions using autolayout.
If a widget has additional content to display, you can rely on Auto Layout constraints to adjust the widget’...
Swirsky asked 28/9, 2014 at 18:5
3
Solved
I'd like to know if the device is locked when I'm loading my Notification/Today widget, so I can show the widget appropriately. (it's financial, and we don't want to show balances on a locked phone...
Alienation asked 13/1, 2015 at 23:52
1
Solved
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 lik...
Adios asked 16/4, 2015 at 16:35
1
Solved
Hi I have very strange problem. My Today Widget works perfectly fine in Simulator, however when I choose to run it on real device and select 'Today' application xCode just says 'Running Today on XX...
Ritornello asked 16/4, 2015 at 8:55
1
Solved
I'm creating a simple today widget which contains one button, this button should - when pressed - open a specific View Controller in my corresponding application.
The only solution I've thought of...
Chemosynthesis asked 4/4, 2015 at 9:56
2
Solved
According to Apple documentation, "To help your widget look up to date, the system occasionally captures snapshots of your widget’s view. When the widget becomes visible again, the most recent snap...
Weissberg asked 23/10, 2014 at 7:48
3
Solved
I've just started experimenting with adding an iOS 8 Today Widget to my app, it's going ok so far but I followed the original template and got my widget created with TodayWidget as its name. In the...
Signboard asked 30/9, 2014 at 21:11
0
Is there a way to wake an iOS parent app and have the parent app actively run in background (but not open the app) in the today widget view?
Lazes asked 11/2, 2015 at 1:55
1
Solved
I am developing an iPhone app with a Today Extension. The app has a Model module that loads from/saves toNSUserDefaults. Since I want this information to be available to both the main app and the e...
Zuber asked 2/2, 2015 at 19:12
1
Got this debug info when debug a today extension app
"host connection < NSXPCConnection: 0x170113560 > connection from pid 53 invalidated"
does anyone know what this means? it shows almost ev...
Kagoshima asked 19/11, 2014 at 8:16
1
Solved
I have an app with a Today widget. I would like to use a model class from the container app in the TodayViewController.swift.
Is such a thing possible?
I copied the file into the Today Extension ...
Sibley asked 3/2, 2015 at 14:44
1
we have an app integrated with today extension, we use xctool and Jenkins to do continuous build and in-house distribution.
In command line, before we use
xctool -workspace our_workspace.xcworksp...
Atalanta asked 12/12, 2014 at 14:21
2
Solved
I am trying to create a Today Extension (aka Widget) for my existing iOS 7+ app. In iOS Simulator everything works fine (most of the time) but on my devices the widget is empty - only the header/na...
Arbor asked 24/10, 2014 at 15:53
1
Solved
I'm at my wits end, I'm getting a weird crash that only happens when the app is launched from Notification Center. Either tapping on a local notification (in the notification side) or a call to ext...
Stare asked 14/10, 2014 at 22:27
2
I'm having troubles using a UISlider in an iOS8 Today Extension. When you start sliding the slider to the right, everything works fine. You can keep on sliding from left to right and the other way ...
Pacifier asked 2/10, 2014 at 19:53
2
Solved
I created a today extension for my app and it works fine on my mobile, however if I try to launch the widget target on any other device I get this error
I run xcode 6.0.1
Baulk asked 7/10, 2014 at 12:44
© 2022 - 2024 — McMap. All rights reserved.