control-center Questions
2
I have an iOS 9 app that plays MIDI-like songs using an AudioGraph. I've set up remote control commands with MPRemoteCommandCenter and info with MPNowPlayingInfoCenter such that the currently playi...
Ashla asked 20/4, 2016 at 20:50
7
Solved
I am trying to open the Control Center using appium and the following code:
int halfWidth = driver.manage().window().getSize().width / 2;
int screenHeight = driver.manage().window().getSize().he...
Pandurate asked 18/6, 2015 at 11:12
4
Solved
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? ...
Spancel asked 13/4, 2018 at 12:16
5
Solved
I would like Control Center (via MPNowPlayingInfoCenter) to show the forward 15 seconds / back 15 seconds controls that Apple shows with podcasts, like so:
The utter lack of documentation tells...
Idol asked 15/12, 2013 at 4:19
1
This is how I observe changes from command center:
commandCenter.playCommand.addTarget(self, action: #selector(play))
commandCenter.pauseCommand.addTarget(self, action: #selector(pause))
command...
Slouch asked 11/3, 2019 at 11:9
1
Solved
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...
Bozeman asked 20/2, 2018 at 15:10
3
Solved
When playing a song with the ios 7 music app the user can use slider to change song position in the lock screen/the control center. Slider is active:
But when playing music in my app user can't ...
Gangue asked 25/10, 2013 at 13:10
3
Solved
I have developed an app that uses swipe gesture from bottom up. It was working perfectly in iOS 6, but now iOS 7 came out, and it works maybe 1 out of 25 times: i get iOS 7 Control Center almost ev...
Provost asked 10/10, 2013 at 21:21
1
Solved
I'm new on Swift. I write because I want to ask a question. Me and my friend we are developing an audio player, but we have a problem. The player also works in background and remote controls ...
Ontologism asked 20/3, 2017 at 6:46
2
Solved
I want to build a radio app and so I would like to use the stop button instead of the pause button in the control center like Apple Radio does in the native music app :
Here is what I did in my ...
July asked 24/6, 2016 at 20:12
1
friends I am working on an ios app using Swift, I am suppose to add app icon in Control Center and also on any web page user should be able to select text or paragraph and save that text in the app...
Corporeity asked 28/6, 2016 at 23:36
1
Solved
I am trying to hide livestream urls that are playing in an UIWebView.
When you play a livestream url and open control center (iOS) you see the url that is playing:
.
I would like to hide that wi...
Otha asked 8/6, 2015 at 13:58
1
Is there any API to show(swipe-up) the control center programmatically in app?
Miller asked 25/6, 2015 at 8:36
1
Solved
Spotify on iOS has a very interesting Control Center integration. Notice the hamburger button below.
The same thing is on the lock screen!
How do they do those? Is there an API in MPMediaCen...
Stop asked 15/5, 2015 at 17:51
0
In my iOS app I want to know when the control or the notification center appears. Is there a notification specifically for this available? The notifications for applicationWillResignActive and appl...
Sulphur asked 15/4, 2015 at 8:19
1
I am having an issue when the control center appears on iOS 7. Basically, the applicationDidEnterBackground is fired when the control center appears.
However in my method, I would like to detect ...
Nieshanieto asked 26/5, 2014 at 14:25
2
Solved
I'm trying to implement support for the playback controls available in Control Center. For play/pause etc I'm handling UIEventTypeRemoteControl events and looking for subtype UIEventSubtypeRemoteCo...
Scrivner asked 14/11, 2014 at 22:49
4
How do i pass the song info such as song name and track duration to control center.
Player plays music fine and the play and pause control works fine though.
Playing with apple's music app
Pl...
Trueblue asked 10/1, 2014 at 9:55
1
I'm looking to get the current track playing on iOS whatever the app which is playing the track. I mean, for example, if I use SoundCloud or Spotify on my phone, the player on control center is the...
Chromosome asked 7/5, 2014 at 10:45
2
Our app explicitly blocks user form using remote-control, e.g., old springboard from pre-iOS7, earbud, by becoming the first responder to the remote-control events. However, on iOS7, the same code ...
Cavour asked 30/10, 2013 at 15:16
1
© 2022 - 2024 — McMap. All rights reserved.