Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development How to Make a Video Game Introduction to Video Games What is a Game?

Making an iOS game

I would like to know if it's possible to create a game and publish it in the app store using unity. Also If I make the game , can it be published both in the app store and on the play store for android? do i have to do anything diffferent or re-write the code?

I know i have to subscribe for an apple developer for 99/year. is it free for the android market?

Thanks :)

2 Answers

Nathan F.
Nathan F.
30,773 Points

If you want cross-platform between iOS and Android, the best means is by using something like Unity, which can be exported to both easily. Now that Swift is open source and there are rumblings of attempts to bring Swift to Android, cross-platform Swift apps may one day be possible, but for now it'd still involve rewriting a lot of UI code and most likely a lot of game logic as well.

Javier Alvarado
Javier Alvarado
16,060 Points

This is an old post but I figured I'd add my two cents (specifically for the last question asked), even though you may have figured this part out already. Publishing an app or game on the Google Play Store is not free, fortunately/unfortunately. When I published my first Android app I had to pay $25 to get a developer account. The good news is it was a one time fee. I believe the price is still the same at this point in time, but it could change in the future.