Hi there,
This thread mentions the use of the #Target: iPhone attribute to limit an app install base to iPhones only:
Yet when I include this in my project and publish on the app store I was able to install it on an iPod Touch and an iPad.
This app is only optimized for iPhone screens, am I missing something here?
This thread mentions the use of the #Target: iPhone attribute to limit an app install base to iPhones only:
How to limite apps only distribute on iphone not ipad
Hello everyone, I have a question is how to limit apps only distribute on iPhone not iPad. Because my app's UI only designed for iPhones and will mess up when it is on iPad. I know when I use Xcode I can use this option, but in B4i I don't see any feature for this.
www.b4x.com
Yet when I include this in my project and publish on the app store I was able to install it on an iPod Touch and an iPad.
B4X:
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#Target: iPhone
#MinVersion: 12
This app is only optimized for iPhone screens, am I missing something here?