I have an app which is in foreground and I want to disable notification center UI in it (so a user can't open it). And I am looking for an API (or at least direction of search) to disable notification center UI or prevent a user from opening it.
Couple of important notes:
I am looking for a way to disable it completely within an app.
Just setting status bar to hidden and moving it to the left doesn't work for me. It still could be accessed.
I want just to disable it and don't modify any behavior.
So, kiosk mode does't work for me either.
Private API (not jailbreak tweaks) are fine.