Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Appery.io screen is launched after app launch screen

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Appery.io screen is launched after app launch screen

Pasteur,

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

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Appery.io screen is launched after app launch screen

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Appery.io screen is launched after app launch screen

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.

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Appery.io screen is launched after app launch screen

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
Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Appery.io screen is launched after app launch screen

Hello,

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

Return to “Issues”