Describe the bug
On iOS, if you select to log in with the website address and omit www which is present in the website link - the site can鈥檛 be accessed. That鈥檚 not the case with WooCommerce Android App and the same exact website. The behaviour seems to be opposite to https://github.com/woocommerce/woocommerce-android/issues/1218
To Reproduce
Steps to reproduce the behavior:
Screenshots

Expected behavior
Customers will probably be entering their site addresses with and without www, with and without https:// and maybe even with http:// and I'd expect this to work every time. I understand it might be hard to implement since Jetpack Debugger, for example, also works in a similar manner sometimes.
Isolating the problem (mark completed items with an [x]):
Mobile Environment
Please include:
WordPress Environment
irrelevant
The Authenticator code needs changed. These changes will affect WPiOS and we need to make sure they are okay with changing the functionality in this way.
@mindgraffiti should this issue still be considered high priority? Who do we need to check with to make sure the changes you're proposing are okay on the WPiOS side?
@designsimply yes, it's still a high priority. Sorry, this one is really complex and is taking me a while.
@ScoutHarris this change is going to affect WordPressAuthenticator. I have to change several NSURL methods that pull apart the URL string that the user types into the "Login via SiteURL" view controllers. Do you see any problems for WPiOS users if we allow this logic below?
wwwwww, such has https://example.comwwwwww, we add it (https://www.example.com) and make a new API request Oh and for added fun, all of the NSURL methods are written in Objective-C.
@designsimply @grigorijurasov FYI this one is being put On Hold. After talking to @astralbodies, the new plan is to move WCiOS to the new login flow that WCAndroid has been using. This bug will be reviewed after the login flow changes happen.
The Login UI was changed recently and I cannot seem to reproduce this issue anymore (WC iOS 5.9).