You are viewing our Forum Archives. To view or take place in current topics click here.
Xcode Help Please look
Posted:

Xcode Help Please lookPosted:

Worn
  • Summer 2018
Status: Offline
Joined: Mar 27, 201113Year Member
Posts: 1,015
Reputation Power: 61
Status: Offline
Joined: Mar 27, 201113Year Member
Posts: 1,015
Reputation Power: 61
Hey everyone,

So I recently started learning objective-c and started making apps but one issue I am having with xcode is getting the interface to work on all iphone and ipad devices. So i guess what im asking is their a way to get the app on all devices. I dont need it to be HD on all devices just so it works and will be verified by Apple.
#2. Posted:
Vane
  • Ladder Climber
Status: Offline
Joined: Oct 28, 201013Year Member
Posts: 379
Reputation Power: 20
Status: Offline
Joined: Oct 28, 201013Year Member
Posts: 379
Reputation Power: 20
The interfaces and app itself will work on all devices providing you've specified your app to run on a minimum OS e.g iOS 6 and a max (iOS8). You must also specify which architecture your app is built and used upon making sure it's compatible with the devices you want your app to run on. In the app compatibility settings you can specify your app can run on iPads and then control the behaviour in your code.

Having said this. You would only need it working on one device type (e.g iPhone 6 iOS 8) to get it verified by Apple (providing the rest of your code is okay). If you plan to get it working across multiple devices I would stress that you meticulously make sure it will run across them as it's something Apple picks up on easily.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.