iOS App Development Tutorial Section
In this iOS app development tutorial, you will publish your own version of the "Swing Copters" iPhone Game in the Apple app store
With this tutorial, you also get the full source code of a game clone called Swing Chicken Copters.
This is page 1 of 2.
Enjoy the tutorial!
1. Apple Developer License
You will need an Apple developer license to be able to publish apps in the iTunes app store.
2. Get XCode Software
Get a software called Xcode. It will be used to build games after creating an executable file.
3. Download full Source Code
Download the full Source Code and test the game in simulator
4. Create the iOS certificate
You need an Apple certificate to build games and apps and publish them to the Apple app store.
5. App Provisioning profile
Let's now create an app ID and set up our provisioning profiles.
6. Folder structure
Let's take a look at what graphics we will need to change in the game.
7. Modifying App Settings - part 1
We now need to find out what our game theme is going to be about.
8. Modifying App Settings - part 2
A quick overview about App Store Optimization and how it will affect your app ranking.
9. Finding Images and Sounds
We're now going to be looking for graphic assets for our swing copters game clone.
10. Modifying Background Image
Let's now modify the background image.
11. Modifying Main Character images
In this lecture, we will handle the main game character.
12. Modifying Game Variables
We will now dive into modifying a few variables within Xcode.
13. Changing Game Title
Let's take care of the game title.
14. Drawing Game Icon
In this lecture, we will focus on the game icons.