Questions tagged [ios-universal-app]

An iOS universal app is an app that can be run both on iPhone, iPhone with retina screen, iPad and iPad with retina screen.

An iOS universal app is an app that can be run both on iPhone, iPhone with retina screen, iPad and iPad with retina screen.

Developer guide for Creating a Universal App

284 questions
0
votes
1 answer

Phone Gap Application Store in App store 'INVALID BINARY' in ios

I have created a phoneGap app for universal and successfully deployed it device. Now i am trying to upload the app to app store using xcode 4.4 Successfully validated. Successfully Distributed. itunes connect app status-- app received after 3sec app…
Karthick
  • 382
  • 1
  • 3
  • 23
0
votes
1 answer

Convert a universal application to iPhone-only

How can I convert a universal application I have made to an iPhone-only application in Xcode?
0
votes
1 answer

iOS App - Universal or separate targets?

I am trying to decide on whether or not an app should be Universal. Here are my requirements and questions related to each: In-app purchases. If you download the app on the iPhone and make a purchase, it should reflect that in the iPad version.…
soleil
  • 12,133
  • 33
  • 112
  • 183
0
votes
1 answer

iOS Universal App - Custom UITableViewCell

I'm creating a universal iPhone/iPad app and I want to have custom cells on the main view. It's working fine for iPhone, but on iPad dequeueReusableCellWithIdentifier: returns nil instead of cells. Here's some of my code (I replaced my custom cells…
haluzak
  • 1,133
  • 3
  • 17
  • 31
0
votes
2 answers

Should I just scale small images to other form factors in a cocos2d game?

I have a universal iOS game built with cocos2d-iphone that has a large number of small images (amongst others). For these small images, the game works fine with a 1:2:4 ratio for iphone:ipad/iphone-retina:ipad-retina. I have two approaches to enable…
Anand
  • 3,690
  • 4
  • 33
  • 64
0
votes
1 answer

Converted Universal App doesn't show the iPad Interface

At the moment I'm building an iPhone App. Yesterday I tried to convert it to an Universal App. It worked, but it just shows me the tab bar, but nothing else. I've created some Web Views and a Table View, but the iPad Simulator didn't show anything,…
0
votes
1 answer

iOS universal app acting weird

I just converted my iPhone app yesterday to a universal app. I made the appropriate changes, but everytime I add new png files or icons, it gives me this error: No such file or directory…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
0
votes
2 answers

Universal App Loading Different Views

Trying to make an existing app having two different set of .h .m and .xib files for each view. Now for a single view am using only one .h & .m file and two .xib file. eg. ViewController.h, ViewController.m, ViewController~iphone.xib,…
user1302553
0
votes
2 answers

convert an ipad app to iphone app with custom views

This might be a repeat question.But i have a problem. I have an iPad app functional. The app is built in iOS 6. When i started building it i chose iPad as targeted device NOT universal. Now my client has asked for an iPhone version of it.In my iPad…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

IOS: app universal concepts

I'm starting a project that must be for iPhone and iPad...you can tell me that it's easy and that I can create an "Universal" project..it's right. But I have a "stupid" question about a "stupid" problem. In an universal project I have two .xib…
cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
0
votes
1 answer

monotouch iphone application promoted as ipad application

I had an app developed for iphone/ipad running correctly in the ipad. A made the mistake of changing it to universal. After this change the application in the ipad does not work correctly, any event outside the 640×960 original screen of the iphone…
ignacio
  • 245
  • 2
  • 12
0
votes
2 answers

How to make a universal application - objective C

I have 2 projects - one is iPhone, the other is iPad project. I want to integrate them into a universal application in order to upload to the Appstore. How can I do that?
0
votes
1 answer

Animation and frame,bounds handling concerns in universal project

One concern over a universal app I currently developing. I just finishing with functionality development and need to add eye candy (animations). Now wondering in a single iPhone or iPad app I would just play and set frame, bounds, to move a View,…
George Taskos
  • 8,324
  • 18
  • 82
  • 147
0
votes
1 answer

Loading very first view in storyboard based on the device model (iPhone 5 & iPhone 4S)

I am working on a universal app that needs to run on iPhone 5, iPhone 4S, iPad, iPad Retina and iPad mini. Everything is working fine, except only one thing. I need to load my very first view based on the device the app is running (on the basis of…
user1702255
0
votes
1 answer

iOS: Best way to handle file downloads in my universal application

In my universal application I am receiving a video list from a server. I create a folder structure out of this information and display it in a split view controller. So in the end there are folders that can either contain subfolders or videos. The…
Bautzi89
  • 346
  • 1
  • 5
  • 21