Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8809513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:53:38+00:00 2026-06-14T02:53:38+00:00

I have a joke app that has a view/menu hidden from the victim. My

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:53:39+00:00Added an answer on June 14, 2026 at 2:53 am

    1) what would be a good “app approval process friendly” mechanism for accessing the hidden menu

    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:

    // place this in viewDidLoad, or something similar
    UIButton *button = [[UIButton alloc] init];
    [button setFrame:CGRectMake(10,10,50,50)];
    [button addTarget:self action:@selector(showMenu:) forControlEvents:UIControlEventTouchUpInside];
    [[self view] addSubview:button];
    
    -(void)showMenu:(id)sender {
    
        // here I just present an alert, saying that the user tapped the "hidden" button
    
        UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"You Found It!" message:@"You found thie hidden button.  Congratulations." delegate:nil cancelButtonTitle:@"Cool!" otherButtonTitles:nil];
        [alert show];
    
    }
    

    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?

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone heard of this error before: I have a Java 5 application, that
I have a method that reads a random joke from a file in raw,
I have a text file that currently looks like this: <joke>What do you call
Have a photography site that I want to prevent image copying from. How can
So, a while back I read a joke that went something like this: Never
have written this little class, which generates a UUID every time an object of
Have deployed numerous report parts which reference the same view however one of them
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
have a nice day. I got problem when trying to create an image from
when I first saw C#, I thought this must be some joke. I was

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.