A small discovery that might save you time on iOS builds
Something I thought was worth sharing.
Whenever I build a mobile app, I make sure the frontend is fully responsive so it adapts nicely across screens.
But here’s what I didn’t realize until recently
When you’re uploading to App Store Connect, you don’t have to target every device family.
If your app isn’t meant for iPads, you can actually target only the iPhone family when creating the iOS build.
That means no more wasting time taking iPad screenshots or fixing layouts just for submission compliance.
A small detail, but one that can save hours when you’re polishing that final release ✨