I want to publish my app but it should only be avaliable for Ipad. Iphone users mustn’t be able to download it.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Choose your application name under
Targets
, thenGeneral
tab.Then in deployment info section, choose only iPad.
In the same area, you can restrict the device orientation as well.
It’s a Build Setting, namely Targeted Device Families. Switch it to iPad: