• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iOS7 Control Center Documentation ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iOS7 Control Center Documentation ?


  • Subject: Re: iOS7 Control Center Documentation ?
  • From: Giacomo Tufano <email@hidden>
  • Date: Thu, 17 Oct 2013 08:45:17 +0200

That’s because in iOS7 there is no UIEventSubtypeRemoteControlTogglePlayPause anymore, but different events are sent for play and pause (UIEventSubtypeRemoteControlPause and UIEventSubtypeRemoteControlPlay, to be precise).
I fixed the problem you have in my apps simply by checking for the right event(s) in -remoteControlReceivedWithEvent:, no other changes were needed.

Il giorno 17/ott/2013, alle ore 04:45, Beinan Li <email@hidden> ha scritto:

The method used to work on iOS6 with the ear-bud remote control and the springboard.
I can go back to try again. But our QA found that they didn't work for the Control Center on a device running iOS7.


On Wed, Oct 16, 2013 at 9:20 PM, Hunter Hillegas <email@hidden> wrote:
I believe you’re looking for this on UIApplication:

Registering for Remote Control Events

  • – beginReceivingRemoteControlEvents
  • – endReceivingRemoteControlEvents

On Oct 16, 2013, at 6:12 PM, Beinan Li <email@hidden> wrote:

Thanks for the response Hunter.
I want to intercept the music player control messages from the Control Center.

Thanks,
Beinan


On Wed, Oct 16, 2013 at 7:37 PM, Hunter Hillegas <email@hidden> wrote:
I’m not sure there is any as Control Center is not customizable by developers.

What sort of questions did you have?

On Oct 16, 2013, at 4:00 PM, Beinan Li <email@hidden> wrote:

> I can't seem to find any documentation regarding the iOS7 control center.
> What should be my keywords if "Control Center and "ControlCenter" didn't
> turn up anything in Xcode5 documentation.



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: iOS7 Control Center Documentation ?
      • From: Beinan Li <email@hidden>
References: 
 >iOS7 Control Center Documentation ? (From: Beinan Li <email@hidden>)
 >Re: iOS7 Control Center Documentation ? (From: Hunter Hillegas <email@hidden>)
 >Re: iOS7 Control Center Documentation ? (From: Beinan Li <email@hidden>)
 >Re: iOS7 Control Center Documentation ? (From: Hunter Hillegas <email@hidden>)
 >Re: iOS7 Control Center Documentation ? (From: Beinan Li <email@hidden>)

  • Prev by Date: Re: iOS7 Control Center Documentation ?
  • Next by Date: Re: Any way to get a warning if a non-boolean type is used in an if expression?
  • Previous by thread: Re: iOS7 Control Center Documentation ?
  • Next by thread: Re: iOS7 Control Center Documentation ?
  • Index(es):
    • Date
    • Thread