I have a question regarding the reason for rejection.

Hello, I am a solo developer creating a scheduling app.

As shown in the attached image, my app displays a red warning message when the user is offline, advising them to go online to log in. However, Apple has rejected my app because the buttons in this state are unresponsive.

Is there something I might have missed?

If anyone knows the solution, I would greatly appreciate your response.

When the button is pressed while offline, I tried displaying a toast message, but the app was still rejected. At this point, I’m feeling hopeless and unsure of what to do next.

Answered by Claude31 in 815706022

So buttons are effectively unresponsive ? Which buttons precisely.

Does it mean that user cannot do anything offline or has not signed in ?

What you could do:

  • hide the buttons when unresponsive
  • dim the buttons, so that it is clear they are disabled
  • allow some use of the app when not connected.
Accepted Answer

So buttons are effectively unresponsive ? Which buttons precisely.

Does it mean that user cannot do anything offline or has not signed in ?

What you could do:

  • hide the buttons when unresponsive
  • dim the buttons, so that it is clear they are disabled
  • allow some use of the app when not connected.
I have a question regarding the reason for rejection.
 
 
Q