Reputation: 892
In iOS 7, is it possible to modify the status bar when the application enters background? I want to achieve something similar to the "in-call" phone application background mode.
Upvotes: 1
Views: 201
Reputation: 104
I believe this is impossible. When the app is in background you can only use the BACKGROUND MODE: Audio and AirPlay, Location uodates, Voice over IP, Newstand downloads, External acessory communication, Uses Bluetooth, Acts as Bluetooth, Background fetch and Remote notifications.
Upvotes: 1