0

I need to show a Blinking image that indicates some state of my application while running in background mode like media player showing symbol when playing.

Can any one please help me out !

Thanks in advance.

Youngwing
  • 577
  • 2
  • 6
  • 24

1 Answers1

1

The ability to do this is currently not allowed by Apple. Maybe next year with iOS 8?

davito93
  • 96
  • 8
  • can I change atleast the color of status bar from red for my recorder application? – Youngwing Jun 12 '13 at 06:58
  • yup you can set it manually in the project settings. but the color is determined by the last row of pixels below the status bar after launch. – davito93 Jul 01 '13 at 04:47