Building classes for different types of devices.

Good day!

I'm looking for a predirective that allows to exclude files to be built for an iPhone and the same for an iPad.

But i'm figure out that the same iPA it's delivered for both systems. I believed that with the amount of marketing done for iPadOS this would been changed and already we would having an @available(iPadOS xx, *) or something like that also limit the use of some code for some devices.

This develop it's for a medium term not for today.

At that point we're obliged to generate a separated target or flood the code with ifs checking the current device user interface to swap between views, features or logic to increase the user experience.

The question is, are you going to create something that allows to developers make this in a simple better way? Could be that a feature request? Could be distributed from simple build a different exe for iPad and iPhone without make an other scheme or target (decreasing the size of iPA for this device)?

Thanks for the support
Answered by Claude31 in 664709022

… are you going to create something …

Who are you asking the question to ? Developers ? They don't know or if they know, they cannot tell.
Remember, the forum is not an official channel to Apple.

Better file a bug report for enhancement.
Accepted Answer

… are you going to create something …

Who are you asking the question to ? Developers ? They don't know or if they know, they cannot tell.
Remember, the forum is not an official channel to Apple.

Better file a bug report for enhancement.
Building classes for different types of devices.
 
 
Q