IPhone Apps Resolution on iPad2 with 2X

I wont to make iPhone Apps run in iPad2 in 960 X 640 when I click 2x button,but it always run in 480x320,I found that app CatWar2 on app store just make it. any onw know that? Thank you!

The CatWar2 app : https://itunes.apple.com/us/app/mao-gou-da-zhan2/id595578370?mt=8

Similar Messages

  • Iphone app to take photos with reduced resolution or size

    is there an iphone app to take photos with reduced resolution or size(I mean when taking the photo, not modifying after)?

    Not that I know of,  that would be a iOS hack.

  • I tried using the Voice Memos iPhone app and ended up with a red banner on top of the screen that flashes "recording 00.00" but I can't locate what I thought I was recording.  can you help me?

    I tried using the Voice Memos iPhone app and ended up with a red banner on top of the screen that flashes "recording 00.00" but I can't locate what I thought I was recording.  can you help me?
    jacknil

    I found an answer to this on another page (I was having the same problem) This worked for me:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    more here: https://discussions.apple.com/thread/5596831

  • How to use the find Iphone app on two devices with the same itunes and apple id number?

    I have two Iphones connected to the same apple id . I am unable to use the find my iphone app on both devices. It only works on one!! Please help! It is driving me crazy lol!!

    The app should locate both phones if they are using the same iCloud account and the app is signed into the account.  If they are using different account, sign out, then sign back in with the other account to track the other phone.
    If one of them isn't showing and you're signed into the correct iCloud account, go to Settings>iCloud on the phone in question and turn Find My iPhone Off, then back On.

  • IPhone Apps Resolution on iPad

    Hello Apple
    i wonder if you can make iPhone Apps run in iPad in 960 X 640..it Would Be Better than 2X

    First, this is a user-to-user discussion and not a direct communication with Apple.
    You are asking for a higher pixel count display...there have been several threads on here after the iPhone4 was released asking for the Retina display on the iPad. Several posters pointed out the power requirement for that kind of pixel count on a display the size of the iPad. You can find some of those threads by using the Search Discussions tool in the upper right corner.
    Maybe as technology progresses we will be blessed with better and better displays for the iPad.

  • Can you install iPhone apps on the iPad with ios5?

    We have many, many apps that are under iPhone but worked fine on the iPad. They are under purchased and say they are installing but never show up. How do I get these back?

    They are not hidden via any restrictions that you've set in Settings > General > Restrictions e.g. app age ratings (and you haven't got Installing Apps set 'off' on the samerestrictions screen) ? Do they show as installed in the Purchased tab at the bottom of the App Store app ?
    You could try a reset and see if they show after the iPad has restarted : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Finding an iPhone app that syncs tasks with Outlook for Mac

    Does anyone have any recommendations?  It's a pretty simple use case
    I want to create/read/edit/delete tasks on my iPhone
    I want to create/read/edit/delete tasks in Outlook for Mac
    I want those tasks to stay in sync?

    You don't need an app for notes:
    http://support.apple.com/kb/HT4231

  • What is the best iphone app to sync emails with Outlook

    Hi,
    I read my personal emails on my iPhone from POP3 during the day and often delete them.
    When i get home at night, i would like my Outlook 2013 (on Windows 7) connected to the same personal POP3 account to reflect what i have done on my iPhone during the day. Is there a way or an app that would 'tell' that to Outlook 2013 so that I don't have to go through the same emails and deletions I have done during the day?
    Thanks,
    Abiyoya

    Download Gmail app. itunes.apple.com/us/app/gmail/id422689480?mt=8

  • How can I hide an app on my iPad2 with iOS5?

    I would like to know how I can hide an app on my iPad, but still be able to use the app?

    Demo's answer explains how to hide it in iTunes... but if I understand correctly, you're trying to hide the icon on the iPad screen but still have the app on the iPad? There's no way to do that. You could put an app in a folder, which isn't exaclty hiding it, but is the closest you can come. If you enable restrictions the app will be hidden, but that only works for certain apps and you'd have to turn off the restrictions to use it.

  • Trying to create first iPhone app, use Interface Builder or Xcode first?

    I'm trying to create my first iPhone App, do I start with Interface Builder or Xcode first? And how do I link the two together?

    It's not really that simple -- you'll be working with both. Interface Builder is used to design the GUI (graphical user interface, which consists of the windows and buttons and text fields and so forth, the parts of the application that your user interacts with). Xcode, on the other hand, is used to write the code that tells that GUI what it's supposed to do, and how to do it. So, to answer your question as best I can -- generally, I would imagine you would want to start by creating the basic form of your GUI in Interface Builder and then start coding where appropriate in Xcode, then you'll move back and forth between the two (Xcode and Interface Builder) as needed.
    If you're new to programming and want to start with iPhone apps, I recommend picking up a book on the topic (Apress publishing has a book called "Beginning iPhone 3 Development: Exploring the iPhone SDK" that is a good one, and don't forget to take advantage of Apple's iOS Dev Center, which has lots of good documentation on most any topic that will be helpful in supplementing the information in the book you buy -- click [here|http://developer.apple.com/iphone/index.action] to go there).
    Keep in mind, however, that trying to learn to program iPhone apps will be difficult (to say the least) if you don't already know Objective-C, and the Apress book I recommended above will not be easy to follow without understanding Objective-C first. Objective-C an object-oriented extension of C, and it is the programming language that is used to develop iOS apps (apps for the iPhone, iPod touch, or iPad). I would definitely recommend learning Objective-C on the Mac before jumping in to iPhone development in specific. Apress has another book called "Learn Objective-C on the Mac" that I would recommend for this.
    Furthermore, since Objective-C is an extension of C, you won't have an easy time learning it without a prior understanding of the C programming language. Again, Apress has a book for this, called "Learn C on the Mac."
    Put simply, learning to program for the iPhone is not something that comes overnight -- it's a step-by-step process that takes patience, and you have to be willing to go through these steps if you want to learn to program properly for the iPhone.
    Step 1 -- learn the C programming language
    Step 2 -- learn the Objective-C programming language
    Step 3 -- apply your knowledge to developing for iOS (iPhone's operating system) with the Cocoa Touch framework
    Anyways, that's just my advice -- I definitely recommend taking the time to do it right and not jumping straight into the deep end, but in the end only you know what works best for you. Also, like I said, I definitely think investing in a book on the subject is worth the time and money, so let me know if you want any other recommendations for books beyond the ones listed above.
    Hope this was helpful to you, and best of luck with your journey toward programming for iOS.

  • How can i change the name on the phones in the find my iphone app

    I have three phones under my Apple ID.  Mine, my husbands and my daughters.  When I access the Find My IPhone App, they all show with my name.  How can I change that? Thanks.

    Change the device names in Settings –> General –> About –> Name on each device to what you want

  • Locating a find my mac/iphone app installed and Registered, stolen MacboocPro

    Hi,
    My MacboocPro is stolen, i've configured iCloud find my iphone app,registered the product with the serial number C02Gxxxxxxx before. If someone tries to re-register my product will aplle let him/her to do it. Can i locate my macbookPro even it's formatted?
    <Edited By Host>

    See this thread - https://discussions.apple.com/thread/3795049?tstart=0.
    Good luck,
    Clinton

  • IPad2 on iOS7, iPhone apps have changed

    After upgrading an iPad2 to iOS7, when running iPhone apps there is no longer a option to toggle resolutions and the top bar showing network status/time/battery is gone.   Is there any way to still see the top banner with this info?

    settings - app/itune store - apple id - log out and log back in with your new id.
    NOTE:  apps are tied to the apple id that was used to purchase it.

  • I have two iPad2 with the same Game Center account, is there any way to have the same game app levels?

    One iPad2 is of my daughter  the other is mine I put the same Game Center account, but when I installed the game app in my ipad2 it start in level 1!! when I check my achievements in GC I have them 24 of 61 but not in my level 30 but in level 1... Help please (frustrated with Game Center app with my hay day farm app :(
    And I use iCloud too

    IF he set up find my ip[hone on the ihone itself BEFORE it was stolen ( there is no app, it is a setting) AND it is on AND it has jot been restored, then you may be able to track it using icloud/find my iphone.
    Otherwise, there is no way to track it.

  • I can't download apps from the store with my ipad2 anymore

    I can't download apps from the store with my ipad2 anymore. It was working fine the other day. I tried signing out and back in with no luck.

    I am having the same problem I enter my password it says I have to go to a website my info.apple for additional security then goes to website an get safari cannot open the page bc it could not establish a secure connection to server..... I'm online with it right now.... Since I got my iPhone 4s I can't use the ipad2 what can I do?

Maybe you are looking for