5 Things They Never Tell You About Making iPhone Apps
http://blog.teamtreehouse.com/5-things-they-never-tell-you-about-making-iphone-apps
So, you’ve decided to start making iOS apps and games? It’s rather simple now, and in this article you can learn the basics and find out more about the available tools and about how you should use them. But the technical knowledge alone isn’t enough to start making successful apps – there are also other things you should keep in mind.
When I made by first iOS game, I stumbled upon a number of problems I couldn’t have imagined before. Here are the most important things I learned back then – I hope reading the tips below will help you avoid the mistakes I made:
1. Join Apple’s Developer Program as soon as you can
When I was trying to develop my first iOS game, I thought there was no need to join Apple’s Developer Program and spend $100 on it – I could test my future app on my netbook with the help of a small yet very cool utility. When the game was almost finished, I finally joined the Program and found out that it was a total fail: the game was OK on the netbook, but it was almost impossible to play on the iPhone. If I joined the Program earlier, I wouldn’t have wasted so much time on that app – I had to completely change and fix it. Besides, Apple’s Developer Program has many useful resources that can help beginners a lot. So joining the program as soon as possible is a must.
2. Practice, practice, practice!
If you’re going to start developing games for iOS, you’ll have to start learning Xcode and Objective-C – those are the languages used by iOS, and there’s no other way around it. Reading books and blog posts or watching video tutorials won’t be enough, so if you want to really learn iOS, you’ll have to practice as much as you can and try to implement every trick you read about. While you’re practicing you can use a PC or a netbook, but once you start working on your first project you’ll have to test it on your phone as well.
3. Consult with others
If you think you have a great idea, don’t hurry to develop an app based on it. First of all, consult with your friends and find out what they think about it. Would they download such an app? Are there things they’d like to change? You can start working on your idea and implementing it only if most of your friends say your idea is great. Otherwise, you run the danger of no one being interested in your app when you finally make it and get it into the App Store (and that’s what happened when I made my first app).
4. Get ready – there’s much paperwork!
Developing apps for iOS can be easy, but also time consuming. When you have finally finished your first app, don’t hurry to think that the most difficult part is already behind – you’ll need even more time to get your app into the App Store. Apple has lots of rules and restrictions (and some are really strange!), and there’ll be a lot paperwork before you can see your precious app available on the App Store.
5. Don’t expect too much or you’ll be disappointed
Many beginners think that they can develop a couple of iOS apps, publish them and get rich. If only everything was that easy! Actually, the App Store holds thousands of apps, and the one created by you has to be really, really great to get noticed.
When I made my first iOS game and managed to put it on the App Store, I thought everybody would hurry and download it. But of course it didn’t happen, and for a long time I couldn’t understand why. So you should be aware that your app may not become super-popular overnight.
In Conclusion
I hope that this article gave you some real-world advice on what to expect when developing for the iPhone. There are many tutorials out there, but few seem to be realistic about what to expect and the tasks, paperwork, and processes that are needed to get your app on the App Store and to guide you to ultimate iOS success.
So go forth and create great apps and let us know how it goes!
5 Things They Never Tell You About Making iPhone Apps的更多相关文章
- H5实现摇一摇技术总结
摇一摇遇到的问题 一.如何对摇晃效果进行反馈 刚开始的处理方式是,摇晃过程中不做任何处理,但后来反馈说这种效果不好,好像就没有摇动一样,如果声音也不响的话,就真的和什么都没发生一样. 后来想了想,加入 ...
- 【AR实验室】mulberryAR : ORBSLAM2+VVSION
本文转载请注明出处 —— polobymulberry-博客园 0x00 - 前言 mulberryAR是我业余时间弄的一个AR引擎,目前主要支持单目视觉SLAM+3D渲染,并且支持iOS端,但是该引 ...
- NodeJs之pm2
pm2 pm2是一个进程管理工具,可以用它来管理你的node进程,并查看node进程的状态,当然也支持性能监控,进程守护,负载均衡等功能. 开发过程中建议时不时的参看官方详细命令行使用:命令行 pm2 ...
- 说说Makefile那些事儿
说说Makefile那些事儿 |扬说|透过现象看本质 工作至今,一直对Makefile半知半解.突然某天幡然醒悟,觉得此举极为不妥,只得洗心革面从头学来,以前许多不明觉厉之处顿时茅塞顿开,想想好记性不 ...
- 告别被拒,如何提升iOS审核通过率(上篇)
iOS审核一直是每款移动产品上架苹果商店时面对的一座大山,每次提审都像是一次漫长而又悲壮的旅行,经常被苹果拒之门外,无比煎熬.那么问题来了,我们有没有什么办法准确把握苹果审核准则,从而提升审核的通过率 ...
- 谈谈一些有趣的CSS题目(十二)-- 你该知道的字体 font-family
开本系列,谈谈一些有趣的 CSS 题目,题目类型天马行空,想到什么说什么,不仅为了拓宽一下解决问题的思路,更涉及一些容易忽视的 CSS 细节. 解题不考虑兼容性,题目天马行空,想到什么说什么,如果解题 ...
- 《Django By Example》第四章 中文 翻译 (个人学习,渣翻)
书籍出处:https://www.packtpub.com/web-development/django-example 原作者:Antonio Melé (译者注:祝大家新年快乐,这次带来<D ...
- 旺财速啃H5框架之Bootstrap(四)
上一篇<<旺财速啃H5框架之Bootstrap(三)>>已经把导航做了,接下来搭建内容框架.... 对于不规整的网页,要做成自适应就有点玩大了.... 例如下面这种版式的页面. ...
- [虾扯蛋] android界面框架-Window
从纯sdk及framwork的角度看,android中界面框架相关的类型有:Window,WindowManager,View等.下面就以这几个类为出发点来概览下安卓开发的"界面架构&quo ...
- .NET Core系列 : 2 、project.json 这葫芦里卖的什么药
.NET Core系列 : 1..NET Core 环境搭建和命令行CLI入门 介绍了.NET Core环境,本文介绍.NET Core中最重要的一个配置文件project.json的相关内容.我们可 ...
随机推荐
- win2003+IIS6+PHP5.3.8+MSSQL2008的安装配置
- URAL1635. Mnemonics and Palindromes(DP)
链接 先初始化一下所有的回文串 再O(n*n)DP 输出路径dfs 刚开始存所有回文 ME了 后来发现用不着 改了改了OK了 数据还挺强 #include <iostream> #incl ...
- jquery ajax cache的问题
function test() { $.ajax({ type:'GET', url:"tt. ...
- CodeForces 1
A- Theatre Square Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u ...
- Mac OS X 10.10(yosemite)更新后,cocoapods出错, 及cocoapods更新至0.34后, 错误情况整理
1:Mac升级10.10后,执行pod install出错如下 QTX-Will-mini:NewHishop willbin$ pod install [!] Unable to load a sp ...
- 两种应该掌握的排序方法--------2.quick Sort
介绍 http://zh.wikipedia.org/wiki/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F 用些里面的c++ 实现,感觉这个空间复杂度比较小.还挺好 in ...
- oracle创建库和表
SQL> create user midamtemp identified by ty1234 default tablespace midamtemp; User created. --分配用 ...
- 在VirtualBox中安装了Ubuntu后,Ubuntu的屏幕分辨率非常小,操作非常不便。通过安装VirtualBox提供的“增强功能组件”,-摘自网络
在VirtualBox中安装了Ubuntu后,Ubuntu的屏幕分辨率非常小,操作非常不便.通过安装VirtualBox提供的“增强功能组件”,可以解决这一问题,并且使用非常方便. 一.环境 | En ...
- OS X: Keyboard shortcuts
Using keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a char ...
- 局域网内Linux服务器时间同步
局域网内Linux服务器时间同步 1.将一台能够上网的服务器作为时间服务器: # /usr/bin/rdate -s time-b.timefreq.bldrdoc.gov //将时间服务器与互 ...