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
2 answers

iOS Universal App layout all messed up on iPhone?

I am trying to make a universal app in Xcode 6 using swift, and it's not going so well. I have a tab bar controller app, and I am trying to make something like this: (The height and width are set to Any) But when I run it on an iPhone 5…
ByteDuck
  • 1,821
  • 3
  • 15
  • 27
0
votes
2 answers

is it mandatory to make Universal App for Keyboard Extension in IOS?

I have developed a keyboard extension for iphone and submitted to Appstore. But it got rejected due to- 2.10: iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution. Do I need to make universal…
0
votes
1 answer

Creating a universal app or separate app for Ipad

I have a game made in sprite kit, xcode 5 flappy bird type game. But it is only for iphone. I want to make it for iPad to but dont know how to I made images for all Ipads and iphone and now I need to make separate app for iPad. Can I create new app…
0
votes
1 answer

How to Support an iOS app for iPhone,iPad and iPad Mini

I Got the requirement to create an iOS universal app which Should Support for iPhone, iPad and iPad mini. Now How to Include the support for iPad mini in universal app Is the development screen sizes are same for iPad mini? Any suggestions please?
soumya
  • 3,801
  • 9
  • 35
  • 69
0
votes
2 answers

Xcode universal app iPad UITableView size

I've created an universal app in Xcode 6 and the iPhone storyboard has a UIViewController that contains a UITableView, it works fine. I made the iPad storyboard the same as the iPhone and added all the classes and elements but the UITableView is…
Tom Spee
  • 9,209
  • 5
  • 31
  • 49
0
votes
1 answer

Upgrade My free app form Universal to iPhone only

I release my free app to appStore and it's version 1.0 , it is an Universal app. Now I want to release version 1.1 to appStore , and I upgrade it to iPhone only. Does appStore will reject me ? I have read the similar problem , but it is 2011 , I…
Guo Luchuan
  • 4,729
  • 25
  • 33
0
votes
1 answer

Enlarge ImageView to cell size in Dynamic Collection view prototype cells

I have created a UI collection View controller on which i have a cell with an Image view placed inside. I have 14 cells made dynamically. The collection view cell size gets larger when on iPad. When trying to increase the image size to match the…
0
votes
1 answer

Configure device specific global instance variables

I'm currently writing a universal app, and would like to set certain parameters, such as standard button size, globally, depending on device. Currently I am using: if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { iVar = 88; } else { …
Smikey
  • 8,106
  • 3
  • 46
  • 74
0
votes
1 answer

iOS universal app: iPad is taking iPhone nib file (storyboard)

I have Main_iPhone.storyboard and Main_iPad.storyboard files. I have renamed the above files and renamed back and it stopped working. The problem had developed into this. - First iPad version was taking iPhone storyboard. - And then, it…
Chandu
  • 630
  • 2
  • 8
  • 18
0
votes
1 answer

Submit universal iOS app - Archive

When I am submitting the app for the Apple App Store, does it matter which device I archive it as? My app is universal and I currently archived it on my iPhone and my iPad. Do I have to submit both archives? Or can I choose either one?
stumped
  • 3,235
  • 7
  • 43
  • 76
0
votes
3 answers

Can we restrict download or launch of an universal app in iPad 1 alone?

I have a universal app, it supports both iPad and iPhone. I do not want the app to be downloaded or launched in iPad 1 alone. When the user downloads the app from App Store, is there a way to disable the download or launch of the app only for the…
user1899840
  • 543
  • 2
  • 7
  • 19
0
votes
0 answers

Auto Layout in UITableView for dynamic row heights with table view cell from universal storyboard

So far I've had some success in calculating dynamic table cell layouts with auto layout. And so far, I have maintained different storyboards for iPhone and iPad. I would now like to consolidate them into a single storyboard per app. I'm currently…
Drux
  • 11,992
  • 13
  • 66
  • 116
0
votes
1 answer

iAD changes proportions on my universal app

I'm making a landscape universal app and using iAD for the first time. When the banner ad is showing, the app is working perfectly, but when it's not showing, the leftmost and rightmost parts of my game are outside of my view. Is there a way to…
jking14
  • 49
  • 1
  • 8
0
votes
1 answer

Using same programmatically loaded Storyboard for iOS and iPad

I have a Storyboard which I mainly use to configure a few modal view controllers with their accompanying UINavigationControllers and UITableViewCells. My app is a Universal app, so I want to support both iPhone and iPad. The additional storyboards I…
0
votes
1 answer

Supporting iOS 5 and iOS 6 in Xcode 5

I am going to develop an iOS universal application. I want to target iOS 5,6 and 7. I am using xCode 5 for my development. I want to know is it possible to support iOS 5,6 and iOS 7 in same app?
Husein Behboudi Rad
  • 5,434
  • 11
  • 57
  • 115