I know that audio players and Voip apps can run in background on iOS.
Is there a way to show UI from background (except LocalNotifications)? I mean full screen UI.
A method which uses private API or other tricks are acceptable. The application will be signed with enterprise certificate and won't be deployed/reviewed by AppStore.
A method which works only on jailbroken iOS device isn't acceptable.