Page 1 of 1

Appery.io screen is launched after app launch screen

Posted: Fri Oct 23, 2015 7:34 pm
by Pasteur Miranda

Hi,

Code: Select all

I'm testing my app in XCODE (to deploy it to app store) and when I run it in simulator or device (iphone 6) mode, the appery.io screen appears just after my app launch screen. How can I remove the appery.io screen from my app?  

Thanks


Appery.io screen is launched after app launch screen

Posted: Sat Oct 24, 2015 3:43 am
by Evgene Karachevtsev

Pasteur,

Could you please clarify do you use some launch images in your app?


Appery.io screen is launched after app launch screen

Posted: Sat Oct 24, 2015 6:08 pm
by Pasteur Miranda

Hi, Evgene,

I use use one lauch image in my app. When I test the app in Xcode, in both iphone 6 device or simulator, after this launch screen, the app shows an appery.io screen.

Thanks


Appery.io screen is launched after app launch screen

Posted: Sat Oct 24, 2015 7:21 pm
by Alena Prykhodko

Hi,

You should upload Launch images of all sizes https://devcenter.appery.io/documenta.... Export the application as binary, and install it on the device to see it.


Appery.io screen is launched after app launch screen

Posted: Sun Oct 25, 2015 2:14 am
by Pasteur Miranda

Hi, Alena.

Code: Select all

Yes, I launched images of all sizes. I Exportec app as  binary and installed it on the device.  The problem is: when I run the app in  Xcode, in simulation or device mode,  the app shows the launch screen, but after the launch screen, shows an appery,io screen. The question is: how can I remove the appery,io screen from the app? 

Thanks

Appery.io screen is launched after app launch screen

Posted: Mon Oct 26, 2015 11:24 am
by Serhii Kulibaba

Hello,

Please add this JS on the device ready event of the start page:
pre navigator.splashscreen.hide();/pre