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
3
votes
3 answers

How to specify a different bundle display name on iPad (universal app)?

I have tried this in info plist which does not work: CFBundleDisplayName~ipad = "Full app name" The iPad still displays only the CFBundleDisplayName which is abbreviated for iPhone. Is there another approach to get a different bundle display name…
iamjustaprogrammer
  • 1,634
  • 2
  • 17
  • 34
3
votes
2 answers

How to make universal iPhone/iPad app WITHOUT SHARING VIEWS?

I realize there are a lot of questions here about making universal apps, but not so much on how to make a universal app that has completely different views and functions. I would want the user to be able to download one app, but each version is…
Redneys
  • 285
  • 1
  • 6
  • 18
3
votes
2 answers

iOS Universal App - UITableView/UICollectionView

I'm trying to develop a universal iOS app and ideally I'm trying to get as much code re-use as possible. I'm using storyboards so the UI is segmented into scenes. In the iPhone storyboard the particular scene in question is best suited to a table…
Chris A
  • 116
  • 1
  • 7
3
votes
1 answer

Copy and pasting my xib file and keeping References

So I've finished my Universal App for the Apple Store. All the code works I make all the views and references using my iPhone xib file. However, my iPad xib file is blank. So normally I would just copy and paste all the views from my iPhone xib file…
Kjell
  • 801
  • 7
  • 19
3
votes
2 answers

Excluding iPhone 3GS and older iPhones and iPods from universal App

I want to achieve the same as the guy in this question but using a universal App. That is, including all the iPad versions and all the iPhones and iPods that have retina display. I think that the keys I need to add to my info.plist file in the…
emibap
  • 33
  • 4
3
votes
3 answers

Universal app not rotating on iPad but does on iPhone

I have just completed building a universal app which rotates perfectly on my iPhone, but on the iPad it just stands still. Similar to this question, but that does not solve my issue. The supported interface orientations are all set to allow rotation…
Pangolin
  • 7,284
  • 8
  • 53
  • 67
3
votes
1 answer

How to add login to IOS MasterDetail Universal Project?

I'm new to IOS development. I'm wanting to add to a new storyboard project that is a universal masterdetail a simple login control that is required before the user can go any further. that is, I always want them logged in. I'm using monotouch,…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
3
votes
1 answer

PayPal Integration in Ipad

I am creating an ipad and iphone (Universal App). I have implemented Paypal in iPhone but when I am going to implement in iphone there I am facing an issue . There is an error showing: Checking Error********** Posting Error: 2147483647 Please look…
Code Hunter
  • 10,075
  • 23
  • 72
  • 102
2
votes
1 answer

Updating an iPhone app to Universal app

I have one existing app for iphone with tabBarController and NavigationController.Now i want to make it universal app with splitView functionality for ipad. Now my question is can i take another mainWindow for ipad or give condition for ipad in…
Developer
  • 1,435
  • 2
  • 23
  • 48
2
votes
1 answer

Change a Universal App Into one without native iPad support

We are currently developing a universal application. However due to budget and timeline constants, the powers that be have decided to delay the deployment of the iPad version of the application. How can we disable to iPad specific features of a…
Mick Walker
  • 3,862
  • 6
  • 47
  • 72
2
votes
2 answers

Testing universal app on iphone only

I am developing a universal ios app and the iphone version is nearly done and about 50% of the ipad. However I need to get started testing the iphone version. Therefore I changed the project only to be a iphone target. However when the app is on the…
Bjarke
  • 1,283
  • 11
  • 36
2
votes
1 answer

Universal App Example

I would like to make a simple app with a UITableView and a Details View. I've already done that before. The only difference now is that I would like it to be an universal app that is organized like this : For iPhone : a UINavigationController with…
Niko
  • 2,543
  • 1
  • 24
  • 29
2
votes
1 answer

Convert from Universal App to iPhone?

I have a MonoTouch project from a year ago which was created as a universal app (but only programmed like a iPhone app. Just in case...) When I uploaded it on an iPad it was shown in this iPhone simulator. I changed the Target from Universal to…
Thomas
  • 43
  • 5
2
votes
0 answers

generate ios 10 universal app splash screen sizes and filenames, iPhone SE

I am making an iOS 10 ONLY Universal App. Being a developer with poor image-handling skills, it has become too troublesome to generate the splash screen images for me. I guess that's some work for the "designers". Nevertheless, i have to do it and I…
computingfreak
  • 4,939
  • 1
  • 34
  • 51
2
votes
1 answer

How to check TestFlight beta thinned build size per device without access to all physical devices

I only have access to one physical device (iPhone 5c) which I used alongside the simulator to test my universal app (supports iPhone and iPad) during development. I have a TestFlight beta build approved by Apple for testing, and I'm about to start…
ALTN
  • 659
  • 9
  • 26
1 2
3
18 19