Page 5 of 6

UIMainStoryboardFile Main story file board

Posted: Mon Apr 25, 2016 10:39 am
by Illya Stepanov

At this point we were able to solve it by exporting as a xCode project and making project configuration changes in xCode.

We are currently looking for a workaround without exporting project to the xCode.


UIMainStoryboardFile Main story file board

Posted: Tue Apr 26, 2016 4:20 pm
by Evgene Karachevtsev

Hello,

As the workaround you can do the following:
go to App Settings - iOS keys
set UIRequiresFullScreen key to NO
set UIRequiresFullScreen key to YES
press Save button


UIMainStoryboardFile Main story file board

Posted: Wed Apr 27, 2016 6:17 am
by Paul Medawar

That's working...thanks


UIMainStoryboardFile Main story file board

Posted: Wed May 04, 2016 9:18 am
by Deon

Not working for me. Still same problem.


UIMainStoryboardFile Main story file board

Posted: Wed May 04, 2016 5:23 pm
by Illya Stepanov

Have you removed the previous steps inside the Source view, before trying the steps that said Evgeny?


UIMainStoryboardFile Main story file board

Posted: Fri May 06, 2016 6:59 am
by Deon

Yes


UIMainStoryboardFile Main story file board

Posted: Fri May 06, 2016 8:02 am
by Deon

So I have exported to Xcode. This seems to work. However Apple rejected the app because it says I am using ICloud storage??????? How the hell am I using ICloud storgae.

This is such a frustrating, cumbersome flawed process. Can anyone please sort this stuff out. Really how difficult is it to provide a platform that works?


UIMainStoryboardFile Main story file board

Posted: Fri May 06, 2016 8:16 am
by Voltaire

Hello Deon;

Are you using local database ? local image storage or files ?

If yes, you must pay attention that apple will backup the user documents images and files for any application on his iphone or ipad to his Icloud Storage, so in case there an unknown file format or any suspected size or encryption they will refuse it.

Hope this will help if this the case.

Regards;


UIMainStoryboardFile Main story file board

Posted: Sat May 07, 2016 6:36 am
by Deon

Thank you for responding Voltaire. Yes I am using Local Storage as well as data being stored on a MS SQL db. All my apps do this and this is the first time it is rejected.

Does that mean, I cannot store images in the .../img folder on the phone anymore? When did this change and why has appery not warned us or preventing local file storage?

All files are image files to make the app work. Launch Images and icons. All are either .png or .jpg.

Does not make sense. How does one fix this if it is Appery that needs the launch images on the phone. There is no other way to get the launch images from remote URL.

Where are your launch images stored? Not on the phone?

Thank you


UIMainStoryboardFile Main story file board

Posted: Sat May 07, 2016 8:08 am
by Voltaire

Hello Deon , I did not mean the launching image or local images or local storage array or variables that are already embedded in you application, What I meant that if you are taking pictures or loading files into the user documents, Apple will sync the user iphone or ipad with the icloud account (if he did enable this service) so in case there are files or invalid extensions, Apple will reject your app since it won't backup unknown files on their server or huge files. If this not your case than if you can please provide a brief idea about your app and recheck if you are using local folders.
Hope you did get my point.