Approved IPhone apps not working on Ipad

You must Login before you can answer or comment on any questions.

Hi all,

I recently done an Iphone App with Titanium 1.2.1, Titanium SDK 1.3.0 and Iphone SDK 3.1 And it was approved by apple. but it doesn't work on ipad !!

When i switch to Iphone SDK 3.2, I would like my app to run correctly in the Ipad simulator as an Iphone style app (with 1X/2X zoom)

But i have a blank screen, and i can see this error in the console : "Failed to load NSMainNibFile MainWindow_ipad"

But seems this file exist in the /Resource/iphone directory...

So my question : i don't want to make an app from scratch targeting specificly the Ipad. I just want my app to run on ipad as an iphone app !

Is there a way do to it ?

Many thanks

1 Answer

Accepted Answer

You should look at this question

or get the latest version from github

or also get the 1.4RC1

Right now, Apple is not checking for iPad compatibility. If your app crash on iPad, it can still be approved.

— answered 3 years ago by Jean Francois Blachon
answer permalink
2 Comments
  • Yep, you're right, it's working if i create a new project under 1.2.0 Titanium SDK, so it's an issue from the 1.3.0

    Thnaks

    — commented 3 years ago by Yann Marzack

  • I'm not sure this resolves the issue. Do the trunk or 1.4rc1 address this issue, or are you just suggesting that they might?

    It would appear that the previous thread requires not only 1.2.1 of Ti Dev and 1.2.0 of Ti Mobile, but also Apple's 3.1.* of their sdk. Once you've put the iOS 4 sdk on your machine, you can no longer build against sdk's earlier than 3.2. I'm going to try alternate install locations for 3.1, but I'm not too excited about possibly confusing an already complicated build process.

    — commented 3 years ago by Glenn Franxman

Your Answer

Think you can help? Login to answer this question!