- Home /
Can I sell games made with unity on the IOS appstore?
I'm interested in becoming an IOS developer, and I wanted to know if I can sell the games I made with unity 3D on the appstore?
I would also like to know the process on how to get my game on the appstore.
Thanks.
Yes, but you will need to pay Apples dev fee before you begin.
member since Jul 26 '12
I hope you haven't spent all that time trying to work this out ;)
Answer by rutter · Oct 23, 2013 at 07:27 PM
Unity manual: Getting started with iOS development
There are a few development steps. Input is mainly touch-driven, and your target device may have a small screen with limited render capability. Texture, audio, and overall file size are more restricted. Any scripting feature relying on JIT compilation (such as reflection or dynamic typing) is verboten. iDevices don't really handle exceptions or errors well. Unity on PC will try to keep chugging after a NullReferenceException. Unity on iOS will crash outright.
Many of these things may affect the design, asset, or scripting needs for your game.
Past that, you get to navigate the morass that is Apple's developer program. It's fun!
It's not at all impossible, but it is very hard. It's not going to be a Sunday afternoon project.
Your answer
Follow this Question
Related Questions
App Preview Video Creation for all iOS devices 0 Answers
Highest Unity version that's compatible with ARKit Plugin (deprecated) for app store publication 0 Answers
Different builds for different screens in apple store iOS 1 Answer
How do I state the minimum version of IOS to exclude older versions 3g,3gs? 0 Answers
How does updating a game work? 0 Answers