iOS App Development Tutorial Section
In this iOS app development tutorial, you will learn to create and publish your own Flappy Bird game clone for iPhone without programming.
This course gives you the source code to create a clone of the ultra famous Flappy Bird game for iPhone. We will show every single step it takes to turn the existing game into your very own. You can apply any theme that you want. Some examples are Flappy Angel, demons, ducks, or penguins. Your imagination is the limit!
This is page 1 of 2.
1. Apple Registration Process
You will need to create a developer account with Apple in order to create apps and games, to then publish in the iTunes app store.
2. iOS Distribution Certificate
Apple needs to know that you're the one who owns the game. You will need to create a bundle ID and an iOS certificate.
3. Get Xcode Tool
We need a tool called Xcode to be able to customize your app or game.
4. Download the source code
In this lecture, we will download the source code and verify that the game works in the simulator.
5. Optional: Troubleshooting
This lecture will help you troubleshoot an issue in Xcode in case it happens.
6. Provisioning Profile
Let's now create a provisioning profile and an app bundle ID.
7. Create the app in iTunes
We will now create the app in the iTunes Connect dashboard.
8. iAd and leaderboards Setup
Let's edit some app settings in iTunes Connect.
9. Advertising accounts setup
This lecture mentions a pinball game. The advertising accounts set up is the same for every game, as well as for this Flappy Bird clone game.
10. Setting up Admob
In this lecture, we will explain how to set up an account with the Admob Advertising network.
11. Icons and Launch Images - part 1
In this video, we will take care of the icons and the Launch images (splash screen).
12. Icons and Launch Images - part 2
This is the second part of how to change the icons and launch images of the Flappy Bird game clone
13. Modifying main game graphics - part 1
We will now take care of the main game graphics such as the main crocodile/fairy character.
14. Modifying main game graphics - part 2
Let's carry on with the second part of modifying the main game graphics.
15. Changing sound files
Let's now take care of changing the sound files, background music, and sound effects.
16. Game settings - part 1
We will now change the settings from the advertising networks and leaderboards.