Page 2 of 2

Excluding ipad support not working

Posted: Fri Jun 13, 2014 11:17 pm
by William Fulton

No worries, I know this probably requires looking under the hood of the engine. Thank you for the help. :)


Excluding ipad support not working

Posted: Sat Jun 14, 2014 11:07 am
by Illya Stepanov

Hi William,

We reproduced this behavior, we will need to research it additionally to fix it in the future.

As I assume that you have an xCode, here what you can do:

  1. Open your exported project in xCode.
  2. Choose "iPhone" as it shown on screenshot:
    Image
    -- this option will override the settings that you've set in Appery.io App Settings tab.

Excluding ipad support not working

Posted: Sat Jun 14, 2014 3:32 pm
by William Fulton

I have done this. The project always fails to load because of syntax errors in the cordova files. I can't build in xcode, it doesn't work.


Excluding ipad support not working

Posted: Sat Jun 14, 2014 3:42 pm
by Illya Stepanov

Please can you show us screenshot with this errors in xCode?


Excluding ipad support not working

Posted: Sat Jun 14, 2014 4:10 pm
by William Fulton

Excluding ipad support not working

Posted: Sat Jun 14, 2014 6:02 pm
by Illya Stepanov

Strange this shouldn't have happened.

Do you made any changes in your project or App Settings beside 'UIDeviceFamily' ?

Also here are the steps that can help: 1. Try to set settings in iOS keys tab again and export your project to xCode one more time.

  1. You can Clear your project when you have exported and open it in xCode: Product - Clean -- and try build once again.

Excluding ipad support not working

Posted: Sat Jun 14, 2014 8:55 pm
by William Fulton

This was the only change. I followed your instructions and got the same result.


Excluding ipad support not working

Posted: Sat Jun 14, 2014 8:58 pm
by Illya Stepanov

Please share your project with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a (http://devcenter.appery.io/documentat...) - and tell us it's name.


Excluding ipad support not working

Posted: Sat Jun 14, 2014 11:49 pm
by William Fulton

It looks like the latest modifications finally fixed the device family issue. The app was resubmitted and the binary shows support only for iphone / ipod. We should be good to go this time around.

This was with the ipa generated from appery.io. I still could not build through xcode due to semantic errors with the cordova library.

I suspect the last modifications I made to the project.pbxproj file made the difference. I edited lines 851, 902, and 920 to change the device family to "1".

I have shared my app with you so you can use it for reference to repair the engine if necessary. It is called Tuffy Central Florida.

Thank you!


Excluding ipad support not working

Posted: Sat Jun 14, 2014 11:58 pm
by Alena Prykhodko

Excellent. Thank you for update. This will help to investigate this issue.