When I attempt to login to my app with my device's network connection off, I get the alert of a login error that still tells me that the reason I can't log in is because of an incorrect username or password (the alert I set up on a login error), when the real reason is because of a connectivity error. I have two questions:
1) Can I allow access to the app even without being connected to a network/wifi?
2) If not, can I make the alert notify the user that there is no connectivity to their device (instead of receiving an incorrect username/password alert when it's really a connectivity issue)? Can this alert fire as soon as the app is launched if there is no connection detected?