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.
No.
Do you see your app in the App Store on the iPad? I doubt it, all my apps that have the same code as yours are only visible in the App Store on the iPhone. Nevertheless, I can install the app on an iPad via the IDE.
Yes, I can see it in the app store on both devices logged in with different Apple IDs. Perhaps this is a setting somewhere on App Store Connect but I haven't found anything other than the broader iOS selection there.
Ahh, I think all iphone apps that run on apple silicon have an ipad compatible mode, the app is then displayed with borders on the ipad, as a scaled iphone app.
In the title section of the app on the App Store, it says "Designed for iPad." I'm not entirely sure, but I suspect that this could negatively impact the app's discoverability for iPhone users. This was apparently automatically set by Apple when the app was first submitted years ago. In...
Thanks, the app does indeed run on the iPad in a phone resolution. I was thinking that perhaps omitting the #iPadOrientations: Portrait would prevent this but haven't tried resubmitting to confirm. Any idea how to prevent installation on iPod Touch devices besides bumping up minimum iOS to 16?