UIMainStoryboardFile Main story file board
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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.
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
That's working...thanks
Not working for me. Still same problem.
Have you removed the previous steps inside the Source view, before trying the steps that said Evgeny?
Yes
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?
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;
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
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.