I have a joke app that has a view/menu hidden from “the victim”. My thoughts were to make this hidden view accessible to the joke-player via an “invisible” button and/or by multiple taps or a secret gesture. The app will potentially be first opened by the joke victim and I want to guard against the victim accidentally discovering the secret view.
I prefer not to use a fake home screen.
I can appreciate how getting something like this through the app review process might be a challenge. With that in mind, 1) what would be a good “app approval process friendly” mechanism for accessing the hidden menu and 2) how do you communicate the “secret” of a magic/joke app (in this case, how to access the secret menu) without revealing it on the app’s splash screen or on the iTunes app store description?
The menu is meant to be secret, so something like a button with no text or background color might suffice. If you want to get fancier, you could experiment with UIGestureRecognizers and make the user swipe at a certain area, or draw a custom pattern on the screen to activate the menu. Here’s an example of the invisible button approach:
You could say what you’d like in the application to hint at it. I’d make it known that the menu exists in the review notes when you submit your application, though, just so the Apple Reviewer will not glaze over it.