Page 2 of 2

App stuck at login screen when using appery.io subdomain

Posted: Wed Sep 03, 2014 2:54 pm
by Arjang Raoufinia

Private browsing was on on my iphone and all other iphones that I checked the app on. Thanks for getting to the bottom of this.

The big question here is when I am ready to publish the app, I am afraid many people who have private browsing on, would have trouble logging in and using the app. What's the work around? If the app is published on iTunes, would that still be a problem?

Thanks,


App stuck at login screen when using appery.io subdomain

Posted: Wed Sep 03, 2014 9:35 pm
by Yurii Orishchuk

Hi Arjang,

The problem in CORS when the browser goes in private browsing mode.

If you visit this app from web(browser and this browser has enable this mode) you will not be able to send CORS request. Thus you can not to login if your domain is different from appery.io

But if you publish your app to appStore your app in this case will be hybrid(run in phonegap). And that is why you will not have this problem any more.

Regards.