• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: My app thinks it is a phone. Why?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My app thinks it is a phone. Why?


  • Subject: Re: My app thinks it is a phone. Why?
  • From: David Duncan <email@hidden>
  • Date: Mon, 07 May 2012 11:08:21 -0700

On May 5, 2012, at 10:15 PM, Gerriet M. Denkmann wrote:

> My app (iOS 5.1) has a xib called MainWindow.xib which does NOT contain a window, just two objects, one of this is an UIApplicationDelegate.
>
> This UIApplicationDelegate has:
>
> - (void)applicationDidFinishLaunching:(UIApplication *)application
> {
> 	NSLog(@"%s %u",__FUNCTION__,[[UIDevice currentDevice] userInterfaceIdiom]);
> 	...
> }
>
> When I run this in iPad 5.1 Simulator, it prints "0" = UIUserInterfaceIdiomPhone.
>
> Why does this thing delude itself being a phone?
>
> (This was an iPhone project, which I am now trying to make universal).


Are you sure you've configured your application to target both iPhone and iPad? Check that the Project and Target levels match and say the same thing.
--
David Duncan


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: My app thinks it is a phone. Why?
      • From: "Gerriet M. Denkmann" <email@hidden>
References: 
 >My app thinks it is a phone. Why? (From: "Gerriet M. Denkmann" <email@hidden>)

  • Prev by Date: Re: Problem parsing file in 64 bit build.
  • Next by Date: Re: NSView + NSScrollView, not scrolling
  • Previous by thread: My app thinks it is a phone. Why?
  • Next by thread: Re: My app thinks it is a phone. Why?
  • Index(es):
    • Date
    • Thread