SlideShare a Scribd company logo
Development of iPhone Applications




           CETES Tech Night
          September 21, 2010
             Tridactyl, LLC
Development of iPhone Applications
●   Why Develop for the iPhone
●   Software and hardware requirements
●   What knowledge and skills do you need
●   Developing apps
●   The App Store
●   Tools
●   Legal
●   Summary
●   Resources
Why Develop for the iPhone
●   Learn a new skill
●   Fun/Personal enjoyment
●   Job
●   For Profit as a business
●   Going mobile
●   Ubiquity
Software and Hardware
               Requirements
●   iMac or MacBook
●   Software Development Kit (SDK)
●   iPhone, iPod Touch, or iPad
Knowledge and Skills
●   Programming languages
●   Programming paradigms
●   Graphical User Interface layout and design
●   Web page design and programming
●   Compiling and debugging
Specific Knowledge
●   Objective C
●   Object Oriented Specification, Design,
    Programming
●   Model, View, Controller
●   HTML, CSS, JavaScript, and SQL
●   XCode Integrated Development Environment
Developing Apps
●   Idea
●   Specification and behavior
●   Rough sketches
●   The Design Document
●   Schedule
●   Cost
●   Develop
The App Store
●   iTunes Connect
●   Approval
●   Large market share
●   A storefront on every iPhone
●   Opportunity
Tools
●   MacBook or iMac
●   SDK
●   XCode
●   Interface Builder
●   Dashcode
●   Instruments
●   Simulator
●   Device
Legal
●   SDK use
●   Human Interface Guidelines
●   App Store Guidelines
●   iTunes agreements
●   Approval process
●   Trademark and Copyright
●   Third party agreements
Summary
●   A few requirements
●   Not difficult but requires time
●   Be willing to learn
●   You must follow legal agreements
Resources
●   www.apple.com
●   developer.apple.com
●   www.amazon.com
●   www.google.com

More Related Content

PDF
Android Context Browser- DroidDevCPH
PPTX
Mdp kickoff
PPT
Current state of mobile development february 2013
PDF
Cross Platform Mobile Development
PPTX
Hybrid mobile application with Ionic
PDF
Bill volk
PDF
Simulation Technology Challenges
PPTX
weapon authentication
Android Context Browser- DroidDevCPH
Mdp kickoff
Current state of mobile development february 2013
Cross Platform Mobile Development
Hybrid mobile application with Ionic
Bill volk
Simulation Technology Challenges
weapon authentication

Similar to Developing of iPhone Applications (20)

ODP
Apache Cordova, Hybrid Application Development
PDF
Android App Development 01 : Getting Start
PDF
Embedded Android Workshop
PDF
Android Development...Using Web Technologies
PDF
Embedded Android Workshop at Android Open 2011
PDF
Android jumpstart at ESC Boston 2011
PDF
Embedded Android Workshop / ELC 2013
PDF
Embedded Android Workshop at Embedded World Conference 2013
PDF
Embedded Android Workshop at ELC Europe
PDF
Day1 before getting_started
PDF
Android Jumpstart ESC SV 2012 Part I
PDF
Programming for non tech entrepreneurs
PDF
Embedded Android Workshop at Embedded Linux Conference Europe 2011
PDF
Embedded Android Workshop at AnDevConII
PDF
Android Developing Overview
PDF
Embedded Android Workshop at AnDevCon IV
KEY
Development of a mobile app for Android
PDF
Accelerate Your IoT and Robotics Development Using Web Technology and Apache ...
PDF
How are Hybrid Apps, Web apps and Native apps different from each other.pdf
KEY
Titanium appcelerator kickstart
Apache Cordova, Hybrid Application Development
Android App Development 01 : Getting Start
Embedded Android Workshop
Android Development...Using Web Technologies
Embedded Android Workshop at Android Open 2011
Android jumpstart at ESC Boston 2011
Embedded Android Workshop / ELC 2013
Embedded Android Workshop at Embedded World Conference 2013
Embedded Android Workshop at ELC Europe
Day1 before getting_started
Android Jumpstart ESC SV 2012 Part I
Programming for non tech entrepreneurs
Embedded Android Workshop at Embedded Linux Conference Europe 2011
Embedded Android Workshop at AnDevConII
Android Developing Overview
Embedded Android Workshop at AnDevCon IV
Development of a mobile app for Android
Accelerate Your IoT and Robotics Development Using Web Technology and Apache ...
How are Hybrid Apps, Web apps and Native apps different from each other.pdf
Titanium appcelerator kickstart
Ad

Recently uploaded (20)

PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Empathic Computing: Creating Shared Understanding
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
A Presentation on Artificial Intelligence
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
August Patch Tuesday
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
1. Introduction to Computer Programming.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mushroom cultivation and it's methods.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
Unlocking AI with Model Context Protocol (MCP)
TLE Review Electricity (Electricity).pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Empathic Computing: Creating Shared Understanding
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
A Presentation on Artificial Intelligence
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Spectroscopy.pptx food analysis technology
Programs and apps: productivity, graphics, security and other tools
NewMind AI Weekly Chronicles - August'25-Week II
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
SOPHOS-XG Firewall Administrator PPT.pptx
August Patch Tuesday
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
1. Introduction to Computer Programming.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Mushroom cultivation and it's methods.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
Ad

Developing of iPhone Applications

  • 1. Development of iPhone Applications CETES Tech Night September 21, 2010 Tridactyl, LLC
  • 2. Development of iPhone Applications ● Why Develop for the iPhone ● Software and hardware requirements ● What knowledge and skills do you need ● Developing apps ● The App Store ● Tools ● Legal ● Summary ● Resources
  • 3. Why Develop for the iPhone ● Learn a new skill ● Fun/Personal enjoyment ● Job ● For Profit as a business ● Going mobile ● Ubiquity
  • 4. Software and Hardware Requirements ● iMac or MacBook ● Software Development Kit (SDK) ● iPhone, iPod Touch, or iPad
  • 5. Knowledge and Skills ● Programming languages ● Programming paradigms ● Graphical User Interface layout and design ● Web page design and programming ● Compiling and debugging
  • 6. Specific Knowledge ● Objective C ● Object Oriented Specification, Design, Programming ● Model, View, Controller ● HTML, CSS, JavaScript, and SQL ● XCode Integrated Development Environment
  • 7. Developing Apps ● Idea ● Specification and behavior ● Rough sketches ● The Design Document ● Schedule ● Cost ● Develop
  • 8. The App Store ● iTunes Connect ● Approval ● Large market share ● A storefront on every iPhone ● Opportunity
  • 9. Tools ● MacBook or iMac ● SDK ● XCode ● Interface Builder ● Dashcode ● Instruments ● Simulator ● Device
  • 10. Legal ● SDK use ● Human Interface Guidelines ● App Store Guidelines ● iTunes agreements ● Approval process ● Trademark and Copyright ● Third party agreements
  • 11. Summary ● A few requirements ● Not difficult but requires time ● Be willing to learn ● You must follow legal agreements
  • 12. Resources ● www.apple.com ● developer.apple.com ● www.amazon.com ● www.google.com