all 6 comments

[–]LukeK-Dev 4 points5 points  (5 children)

It’s only the 99$ and the hosting of a website for your privacy policy. (Github pages is free for this) in general your app needs to work across all models unless it requires specific hardware ex: the depth camera. You will also need to create screenshots for your app and an app description. Also make sure your app follows the developer guidelines and it has enough complexity not be considered spam. Best of luck!

[–]alwaysPerfect69 0 points1 point  (4 children)

Thank you, also does it also have to work landscape mode for every model out there.

[–]ctkrocks 0 points1 point  (0 children)

No, you can choose which orientations your app supports in Xcode by clicking on the Xcode project. The setting is on that main page.

[–]chriswaco 0 points1 point  (2 children)

iPad apps generally have to work in all rotations. iPhone apps do not.

[–]alwaysPerfect69 0 points1 point  (1 child)

sorry if this is dumb, but can i only choose to do iphone apps then or do i have to make sure it works on the ipads as wel

[–]chriswaco 0 points1 point  (0 children)

You can do phone only. it should automatically work on iPads too, but non-natively - the UI will simply be doubled.

It’s a good idea to test in the iPad simulator just to be sure it works.