73 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
460
views
iOS 18 Control Center widget brake iOS 17 widgets
I have some weird issue with widgets after I created new control center widget.
This is the code example of my control center widget
@available(iOS 18.0, *)
struct OpenAppIntent: AppIntent {
...
2
votes
1
answer
639
views
iOS 18 Keeping a Control Widget up to date
In iOS 18, we have the ability to add custom widget in ControlCenter. And also we have an AppIntentControlValueProvider, so we can update the widget state when the user presses it.
Is there a way to ...
0
votes
1
answer
41
views
How can I acces my Programms on my OfficeLine which is running on Access with C# code?
So bassicly im using an OfficeLine which is running on Access and my programms are list like that:
List of Officline programms
and now I want one of them open from C#.
I tried to use Interop.Access ...
3
votes
0
answers
230
views
How to make a Button in iOS control centre for my app in React Native Expo?
I want to make a button displayed in control centre on ios devices to make a shortcut for a function in my app. I don't know where to start to make this button so is there any library or forum to ...
1
vote
0
answers
1k
views
iOS/Swift - Programming an "app" directly in the control center
Is it possible to get into programming an extension for the control center in Swift? Not something like the widget spotify provides but one level above.
How I have to think about it? Is it ...
-1
votes
1
answer
174
views
App is getting crash in iOS if we open control centre in React Native
We are doing React Native Application. It is working fine in both iOS and Android. But, After launching application, If we open the Control Centre, The app is getting crash.
console data is follows
...
5
votes
1
answer
1k
views
How to update playback position in control center?
This is how I observe changes from command center:
commandCenter.playCommand.addTarget(self, action: #selector(play))
commandCenter.pauseCommand.addTarget(self, action: #selector(pause))
...
3
votes
1
answer
2k
views
How to control seeking forward and backward from control center? [duplicate]
I really try to turn it on, but with no success;) Is there any way to do this at all?
This is how I setup remote control:
private func setupRemoteControl() {
commandCenter.previousTrackCommand....
0
votes
1
answer
177
views
MySQL WorkBench vs CC Can't connect to server
I managed to connect to 192.168.0.253 with MySQL ODBC 3.51 Driver installed using Control Center but when I switch to Work Bench, it gives me the following error, Malformed Packet
If I use the ...
0
votes
1
answer
906
views
how to display "live" in the control center (swift iOS)
Apple Music displays "live" inside the control center, if you hear Beats 1. Is there any way to display this "live" label and hide the normal audio progress slider?
24
votes
4
answers
11k
views
Cannot open iPhone Control Center on simulator
I'm new to iOS coming from Android. I try to run simulator and open the Control Center on it. When I swipe from the bottom to up I see that it's empty. Any ideas what's going on with my simulator?
I ...
0
votes
0
answers
577
views
Kafka connect-distributed
When I am trying to start connect-distributed.
It is throwing me a WARN message. My main goal is to implement Control center Interceptors for the Splunk Sink.
And it is giving me this:
WARN The ...
9
votes
1
answer
9k
views
Integrating AirPlay to iOS app in Swift
I want to cast a radio stream through AirPlay (to an AppleTV). I've researched a lot related to this topic, but I found the documentation really poor.
This is the Apple documentation for AirPlay 2: ...
0
votes
0
answers
355
views
Display iOS 11 Player Controller in Lock screen
I'm working on a music app which uses AVPlayer to stream audio online. But in iOS 11 the Player controller does not appear in lock screen although it appears for other apps (ex. Spotify).
Do I have to ...
2
votes
0
answers
120
views
How to prevent SpriteKit game from crashing when Notification Center is opened
I am having a weird issue with a SpriteKit game. The app crashes when a user opens Notification center or Control Center. I want the worldNode layer to be paused and the menuNode layer to be presented ...