ios8-today-widget Questions
3
Solved
I have a simple app which also has a iOS 8 Today Extension (or widget). One of the things I am doing is sharing code classes between my app and my widget, because obviously this saves me from havin...
Juror asked 13/4, 2015 at 12:16
1
I am trying to use UIAutomation for testing an iOS 8 Today extension widget. I can change the target to the extension, launch it, but then unable to do anything after that.
Has anyone had any succ...
Aflcio asked 16/10, 2014 at 23:50
3
I'm in between with my widget development. As we have already placed our app with widget integration. But in now a days, I'm facing problem with today's widget in iOS. I've written a code for two c...
Lyell asked 23/1, 2015 at 6:20
5
I have an app with 2 targets and added a today widget. When I run it it doesn't appear on the today notifications Edit/ in the "Do not include" section, where it normally appears the first time wit...
Karakoram asked 28/9, 2014 at 10:8
2
Solved
I can't understand how I can localize today extensions, I want to create the Localize.strings file like a normal xcode project that for example have this string:
.en
"Apple" = "Apple"
.it
"Appl...
Expeditionary asked 28/9, 2014 at 23:51
3
Solved
According to what apple says about widgetPerformUpdateWithCompletionHandler:, the iOs Widget can update his content also when the widget is not visible.
In my debug session i've noted that the tod...
Armenian asked 19/2, 2015 at 10:40
15
I am trying to add a Today Extension in Swift to my Objective-C app. I keep getting this message in my debugger log: Failed to inherit CoreMedia permissions from 3005: (null). The number ex. 3005 i...
Methaemoglobin asked 29/9, 2014 at 1:44
4
Solved
I've been making a today extension that downloads articles from a feed and display the latest ones.
The whole thing worked fine on iOS 8, still worked on iOS 8.1, then came iOS 8.1.2 and we starte...
Codd asked 26/1, 2015 at 15:31
4
Solved
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
Valladolid asked 29/10, 2014 at 5:48
5
Solved
I was trying to add custom font to my today extension but UIFont always return nil.
Steps:
I added the font file to Today Widget target:
I check if the font file was inside the Today Widget bun...
Philosophy asked 22/2, 2016 at 12:33
2
I have an App with Today Widget. So I would like to perform some UI testing on it.
I found a way to open Today/Notifications panel. It seems easy:
let statusBar = XCUIApplication().statusBars.el...
Peanut asked 30/3, 2016 at 11:47
4
Solved
I am new to the Today extension and using an embedded framework.
Our app currently uses core data backed by sqlite. If I want to share this between the app and the today extension, should I move ...
Bettinabettine asked 2/12, 2014 at 15:54
3
I'm making an app that contains a Today Extension. The today extension displays a list of timers, and if the user selects one of the timers, I'd like to create and schedule a local notification for...
Whatever asked 1/11, 2014 at 13:9
2
Solved
I implemented added a today widget into my app. The today extension includes an UITableView. Now I'd like to open the app if a cell of the UITableView has been pressed. Does someone of you know how...
Superheterodyne asked 14/8, 2015 at 19:16
3
I have a iOS 8 app with a Today Extension. The extension has a UITableView in it and it is rendering correctly. However, didSelectRowAtIndexPath doesn't seem to get called reliably. I am guessing t...
Chappell asked 10/10, 2014 at 23:18
2
Solved
I created a today extension for my iOS App. My app is fetching new datas in background and saving it into a shared database in the app group.
How I can make (if it's possible) the extension to upd...
Heddle asked 22/10, 2014 at 0:36
6
The widget icon in Today section is missing for first time after installation.After that the icon is showing properly.I am using 8.1.1 iPhone 6 device.
Brownedoff asked 20/11, 2014 at 9:23
1
Solved
I have an alarm app, recently powered it with a today widget extension.
I need to turn on and off alarm from today widget, but the code to "turn on" and "turn off" is within app, not widget.
How ca...
Baillie asked 4/2, 2016 at 15:22
3
Solved
I'm a bit mixed up, since I changed the app name, Bundle Display name, and Bundle identifier name...and now my app works properly, but my today widget won't.
Whenever I try to run today widget, it...
Haematoxylin asked 18/1, 2015 at 4:59
4
Solved
I am having the weirdest of problems with a today widget on iOS.
I have a simple widget with a table view like this: https://grab.edr.io/2e557aa43a34b7460b1eac44cbcaf596.png
The thing is, it only...
Uvula asked 6/10, 2014 at 19:35
2
My problem is that I can't find out if a certain URL can be opened from an iOS widget.
The method canOpenURL: is not available on today's widget because there is no UIApplication class.
Moreover t...
Lazulite asked 8/10, 2015 at 9:1
2
Solved
I was wondering is it possible to update the text label of a timer in a today widget.
I took a look around but nothing helped me.
Impressionist asked 18/1, 2015 at 17:4
4
I'm using the today widget for iOS8 to display information relevant to the current day. The problem is I don't want to display the widget/section at all if there are no relevant messages to show.
...
Debroahdebs asked 26/9, 2014 at 19:38
2
The today widget is drawn correctly when it is added to the today view. But if you user comes back to it later, the viewDidLoad function is not called and it is showing stale data. Should viewDidLo...
Teleplay asked 31/8, 2015 at 20:10
3
My Today extension needs to have a dynamic height based on the contents the widget is displaying. I was able to achieve this by adding a constraint on my bottom-most element: bottom layout guide's ...
Rondure asked 19/5, 2015 at 4:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.