SlideShare ist ein Scribd-Unternehmen logo
1 von 48
Downloaden Sie, um offline zu lesen
iPhone App Dev
Overview for Vietnamese coders




                    Huy @ multinc.com


                                        1
Warning !

This presentation may contain information on
unethical activities, possibly illegal in certain
                 jurisdictions.

       Listen & act at your own risk.



                                                    2
Note about Demos
This presentation makes significant use of live
 demos, which are not included in the slides.




                                                 3
Why this talk?


Global opportunity

Few coders in Vietnam

iPhone leads the mobile future

The entire process is quite complex




                                      4
Outline


Part 1 - getting ready

Part 2 - designing

Part 3 - coding

Part 4 - releasing




                            5
Get ready
   Part 1




            6
Which dev device?
                    iPhone   iPhone   iPhone iPod
                      3GS      3G       2G   Touch
   App Store,
  multitouch,        Yes      Yes      Yes    Yes
 accelerometer
 cellular data,
                     Yes      Yes      Yes
    camera
 GPS, 3G data        Yes      Yes
video, autofocus,
 compass, more       Yes
 speed & RAM
                                                     7
Getting a dev device
Choices:

1. iPhone 3GS ($589 new in US)

2.iPhone 3G/2G (3G $300 on US craigslist)

3.iPod Touch (about $160 on US craigslist)

4.iPhone Simulator (free)

Alternative: test at MultiNC in Q.1 (free++)


                                               8
Apple restrictions
Phone: any carrier Unlocked iPhone or iTouch

  Any web apps          iPhone or iTouch


 App Store apps         iPhone or iTouch


    Any apps       Jailbroken iPhone or iTouch



                                                 9
Shhh...
jailbreaking device
PRO: required for software unlock

PRO: install any app

PRO: dev tools

PRO: access to private APIs

CON: have to wait for updates
http://iphone-dev.org


                                    10
SDK requirements

Choice of computer:

1. Mac
   CON: expensive

2.PC with “Hackintosh”, “OSX86”
  CON: time-consuming, maybe not possible,
  not legal

Alternative: open-source toolchain


                                             11
Mac

Macbook 2.4GHz is fine - $800 on US
craigslist

Mac Mini 2GHz should be fine - $500? on US
craigslist

4GB of RAM is cheap

Speed bottleneck is not building -- it’s
transferring to device


                                            12
Hackintossshhh...
New PC

  Choose carefully
  http://osx86.org

Existing PC

  Desktop - may need to buy video card

  Notebook - may need to buy Wi-Fi, maybe
  not possible

  AMD - forget it

                                            13
Learning to code

Lots of books

Apple’s extensive documentation

Stanford CS193p course
-> Google [stanford iphone]

Upcoming MultiUni courses
http://multiuni.org


                                  14
iPhone Dev Program
Why?

  To test on non-jailbroken devices

  To release to App Store

How much? $99 per year

Workarounds?

  Test/deploy on jailbroken devices

  Share certs with other coders

                                      15
DEMO: iPhone Dev Program




                           16
Design
 Part 2




          17
Why design?



To sell more

To avoid rejection from the App Store




                                        18
Design Resources

Guides

  Apple’s Human Interface Guidelines (HIG)

Stencils
  http://theresaneil.wordpress.com/2009/09/16/iphone3g-
  design-resources/




                                                          19
Design Worflow
Common:

TapTapTap’s process:




  Iterate UI design with a graphic designer
  http://www.taptaptap.com/blog/the-design-session/

     If remote, use Skitch

                                                      20
Design Process


Iterate:

  DEMO: Convert design evolution
  http://www.taptaptap.com/blog/convert-design-
  evolution/




                                                  21
Type of app

Web app

  PRO: no approval needed

  CON: requires net, slower response, no
  games

Native app

  App Store vs. jailbroken

  more later during Release part...
                                           22
Code
Part 3




         23
Web App

Toolkits

  DEMO: jQTouch

  iui

The rest of this talk is about native apps




                                             24
Languages & Tools
Objective-C -> XCode

Alternatives:

  Javascript/HTML -> Appcelerator Titanium,
  PhoneGap, Ansca Corona (good for games)

     careful, Apple hates Phonegap

  Ruby -> Rhodes Rhomobile

  .NET -> MonoTouch

  others...
                                              25
Objective-C

Superset of C, can be mixed with C, C++

Distinctions

  Message-passing for method calls

  Alloc/release/autorealease

  Categories



                                          26
Set up Xcode
DEMO

 Files, targets, configurations

 Layered settings: project vs. target

 GCC

   Set up warnings

 Subversion (but consider Git)


                                        27
Interface Builder


Not required, can be done programatically

But rapid prototyping of views

DEMO




                                            28
Code structure
  DEMO of simple app




                       29
iPhone Simulator
iPhone Simulator

  Missing: location, many preferences,
  multi-touch (has pinch)

iSimulate

  Multi-touch

  Accelerometer

  Location/GPS


                                         30
Coding style



Apple’s coding guidelines for Cocoa

Google’s Objective-C Style Guide




                                      31
Debugging
NSLog

UIAlertView

  NOTE: popups are stacked

Debugger

  DEMO

NSZombieEnabled


                             32
Running static analyzer


 Choices:

   Download LLVM/CLang Static Analyzer

   Bundled in Xcode 3.2 (OS X 10.6)

 DEMO




                                         33
Running Xcode Leaks
        DEMO




                      34
Deploying for testing

Distribution choices:

a) collect devices’ UDIDs & distribute Ad Hoc

b)share your certificates

c) jailbroken phones don’t require signing

IMPORTANT: keep copy of .dSYM files



                                                35
Beta testing
Collect console logs using iPhone
Configuration Utility

Collect console logs and user data using
Flurry or others

Collect crash logs from users

  Users need to sync and find files on Mac

  Analyze using symbolicate and .dSYM files


                                             36
Release
  Part 4




           37
Release to App Store


PRO: Easier access, greater exposure

PRO: Apple handles billing, gives you 70%

CON: infamous App Store approval process
(weeks or months, possibly never)




                                            38
Release to Cydia Store
 (jailbroken devices)

 PRO: No approval needed

 PRO: Unique markets, especially Vietnam

 PRO: Access to more functionality

 CON: Smaller market, exposure




                                           39
App Store rejection
      examples

Bugs

Private APIs

Downloaded code

Non-working test account




                           40
App Store rejection
      examples

Bad design (e.g. deselected tableview); re-
using system icons; connectivity handling;
feature-limited

Excess vibration, bandwidth

Uploading user data without warning

  But exceptions: “Don’t ask, don’t tell”


                                              41
App Store rejection
      examples
Objectional content, e.g. Me So Holy, Baby
Shaker, StarTime, Eucalyptus, Ninjawords,
NIN

Competing with Apple & carriers, e.g. Google
Voice & Skype

Trademark, e.g. iPhone icon & name, Polaroid

Icons that match, icons that don’t match

Bad descriptions (“dragons”, competitor

                                               42
Marketing
App Store ranking

Online reviews, Public Relations

Video demos, using iSimulate

Word-of-mouth

Excellence -> Apple featured, marketing

Free “lite” version

Pricing strategy

Appirater?
                                          43
TapTapTap’s advertising
    of “Where To”




                          44
What kind of apps?
Utility, productivity

Business?

  Careful because officially not allowed

Casual games, e.g. Pee monkey

Arcade games, e.g. Meteor Blitz

  DEMO: Meteor Blitz video demo


                                          45
Retire rich
   Part 5




              46
What now?


Get a Mac/Hackintosh

Download the SDK

Learn from Stanford course, MultiUni




                                       47
Free 6-day course:
 Intro to iPhone &
    Objective-C
Go to http://multiuni.org/ for details




                                         48

Weitere ähnliche Inhalte

Andere mochten auch

iPhone & Android App Dev - BarCamp Saigon 1
iPhone & Android App Dev - BarCamp Saigon 1iPhone & Android App Dev - BarCamp Saigon 1
iPhone & Android App Dev - BarCamp Saigon 1huyzing
 
Improving IT Education In Vietnam
Improving IT Education In VietnamImproving IT Education In Vietnam
Improving IT Education In Vietnamhuyzing
 
echo-o & Android App Dev - BarCamp Saigon 1
echo-o & Android App Dev - BarCamp Saigon 1echo-o & Android App Dev - BarCamp Saigon 1
echo-o & Android App Dev - BarCamp Saigon 1huyzing
 
Rakuraku Contact Network Award Presentation
Rakuraku Contact Network Award PresentationRakuraku Contact Network Award Presentation
Rakuraku Contact Network Award Presentationyukisnowing
 
echo-o & Adobe Air App Dev - BarCamp Saigon 1
echo-o & Adobe Air App Dev - BarCamp Saigon 1echo-o & Adobe Air App Dev - BarCamp Saigon 1
echo-o & Adobe Air App Dev - BarCamp Saigon 1huyzing
 

Andere mochten auch (6)

iPhone & Android App Dev - BarCamp Saigon 1
iPhone & Android App Dev - BarCamp Saigon 1iPhone & Android App Dev - BarCamp Saigon 1
iPhone & Android App Dev - BarCamp Saigon 1
 
Improving IT Education In Vietnam
Improving IT Education In VietnamImproving IT Education In Vietnam
Improving IT Education In Vietnam
 
echo-o & Android App Dev - BarCamp Saigon 1
echo-o & Android App Dev - BarCamp Saigon 1echo-o & Android App Dev - BarCamp Saigon 1
echo-o & Android App Dev - BarCamp Saigon 1
 
Jimmmy
JimmmyJimmmy
Jimmmy
 
Rakuraku Contact Network Award Presentation
Rakuraku Contact Network Award PresentationRakuraku Contact Network Award Presentation
Rakuraku Contact Network Award Presentation
 
echo-o & Adobe Air App Dev - BarCamp Saigon 1
echo-o & Adobe Air App Dev - BarCamp Saigon 1echo-o & Adobe Air App Dev - BarCamp Saigon 1
echo-o & Adobe Air App Dev - BarCamp Saigon 1
 

Ähnlich wie iPhone App Dev Overview - Mobile Dev Camp Vietnam 1

Absolute Beginners Guide to iPhone dev
Absolute Beginners Guide to iPhone devAbsolute Beginners Guide to iPhone dev
Absolute Beginners Guide to iPhone devBarry Ezell
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment pptsagaroceanic11
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment pptsagaroceanic11
 
iOSDevUK Conference- DevOps for iOS Apps
iOSDevUK Conference- DevOps for iOS AppsiOSDevUK Conference- DevOps for iOS Apps
iOSDevUK Conference- DevOps for iOS AppsShashikant Jagtap
 
iPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyiPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyThomas Swift
 
2012 java one-con3648
2012 java one-con36482012 java one-con3648
2012 java one-con3648Eing Ong
 
Designing for Tablet Experiences (Henrik Olsen)
Designing for Tablet Experiences (Henrik Olsen)Designing for Tablet Experiences (Henrik Olsen)
Designing for Tablet Experiences (Henrik Olsen)Autodesk
 
Web2.0 Tablet Experience Design Workshop
Web2.0 Tablet Experience Design WorkshopWeb2.0 Tablet Experience Design Workshop
Web2.0 Tablet Experience Design Workshophenrikolsen123
 
Create Cross-Platform Native Mobile Apps in Flex with ELIPS Studio
Create Cross-Platform Native Mobile Apps in Flex with ELIPS StudioCreate Cross-Platform Native Mobile Apps in Flex with ELIPS Studio
Create Cross-Platform Native Mobile Apps in Flex with ELIPS StudioGuilhem Ensuque
 
Embedded Android Workshop at ELC Europe
Embedded Android Workshop at ELC EuropeEmbedded Android Workshop at ELC Europe
Embedded Android Workshop at ELC EuropeOpersys inc.
 
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...Kai Koenig
 
Battle of Music: SDK from iPhone, Nokia, BlackBerry, Android, Palm
Battle of Music: SDK from iPhone, Nokia, BlackBerry, Android, PalmBattle of Music: SDK from iPhone, Nokia, BlackBerry, Android, Palm
Battle of Music: SDK from iPhone, Nokia, BlackBerry, Android, PalmBess Ho
 
iPhone possibilities
iPhone possibilitiesiPhone possibilities
iPhone possibilitiesJesse Wynants
 
Android Jumpstart ESC SV 2012 Part I
Android Jumpstart ESC SV 2012 Part IAndroid Jumpstart ESC SV 2012 Part I
Android Jumpstart ESC SV 2012 Part IOpersys inc.
 
Embedded Android Workshop / ELC 2013
Embedded Android Workshop / ELC 2013Embedded Android Workshop / ELC 2013
Embedded Android Workshop / ELC 2013Opersys inc.
 
A. Sirota "Building an Automation Solution based on Appium"
A. Sirota "Building an Automation Solution based on Appium"A. Sirota "Building an Automation Solution based on Appium"
A. Sirota "Building an Automation Solution based on Appium"DataArt
 
Embedded Android Workshop at Embedded World Conference 2013
Embedded Android Workshop at Embedded World Conference 2013Embedded Android Workshop at Embedded World Conference 2013
Embedded Android Workshop at Embedded World Conference 2013Opersys inc.
 
Embedded Android Workshop
Embedded Android WorkshopEmbedded Android Workshop
Embedded Android WorkshopOpersys inc.
 
Porting Android apps to the Series 40 platform
Porting Android apps to the Series 40 platformPorting Android apps to the Series 40 platform
Porting Android apps to the Series 40 platformMicrosoft Mobile Developer
 
Automotive: the Next Hot Mobile Platform for Linux
Automotive: the Next Hot Mobile Platform for LinuxAutomotive: the Next Hot Mobile Platform for Linux
Automotive: the Next Hot Mobile Platform for LinuxAlison Chaiken
 

Ähnlich wie iPhone App Dev Overview - Mobile Dev Camp Vietnam 1 (20)

Absolute Beginners Guide to iPhone dev
Absolute Beginners Guide to iPhone devAbsolute Beginners Guide to iPhone dev
Absolute Beginners Guide to iPhone dev
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
 
iOSDevUK Conference- DevOps for iOS Apps
iOSDevUK Conference- DevOps for iOS AppsiOSDevUK Conference- DevOps for iOS Apps
iOSDevUK Conference- DevOps for iOS Apps
 
iPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyiPhone Development: Zero to Sixty
iPhone Development: Zero to Sixty
 
2012 java one-con3648
2012 java one-con36482012 java one-con3648
2012 java one-con3648
 
Designing for Tablet Experiences (Henrik Olsen)
Designing for Tablet Experiences (Henrik Olsen)Designing for Tablet Experiences (Henrik Olsen)
Designing for Tablet Experiences (Henrik Olsen)
 
Web2.0 Tablet Experience Design Workshop
Web2.0 Tablet Experience Design WorkshopWeb2.0 Tablet Experience Design Workshop
Web2.0 Tablet Experience Design Workshop
 
Create Cross-Platform Native Mobile Apps in Flex with ELIPS Studio
Create Cross-Platform Native Mobile Apps in Flex with ELIPS StudioCreate Cross-Platform Native Mobile Apps in Flex with ELIPS Studio
Create Cross-Platform Native Mobile Apps in Flex with ELIPS Studio
 
Embedded Android Workshop at ELC Europe
Embedded Android Workshop at ELC EuropeEmbedded Android Workshop at ELC Europe
Embedded Android Workshop at ELC Europe
 
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
 
Battle of Music: SDK from iPhone, Nokia, BlackBerry, Android, Palm
Battle of Music: SDK from iPhone, Nokia, BlackBerry, Android, PalmBattle of Music: SDK from iPhone, Nokia, BlackBerry, Android, Palm
Battle of Music: SDK from iPhone, Nokia, BlackBerry, Android, Palm
 
iPhone possibilities
iPhone possibilitiesiPhone possibilities
iPhone possibilities
 
Android Jumpstart ESC SV 2012 Part I
Android Jumpstart ESC SV 2012 Part IAndroid Jumpstart ESC SV 2012 Part I
Android Jumpstart ESC SV 2012 Part I
 
Embedded Android Workshop / ELC 2013
Embedded Android Workshop / ELC 2013Embedded Android Workshop / ELC 2013
Embedded Android Workshop / ELC 2013
 
A. Sirota "Building an Automation Solution based on Appium"
A. Sirota "Building an Automation Solution based on Appium"A. Sirota "Building an Automation Solution based on Appium"
A. Sirota "Building an Automation Solution based on Appium"
 
Embedded Android Workshop at Embedded World Conference 2013
Embedded Android Workshop at Embedded World Conference 2013Embedded Android Workshop at Embedded World Conference 2013
Embedded Android Workshop at Embedded World Conference 2013
 
Embedded Android Workshop
Embedded Android WorkshopEmbedded Android Workshop
Embedded Android Workshop
 
Porting Android apps to the Series 40 platform
Porting Android apps to the Series 40 platformPorting Android apps to the Series 40 platform
Porting Android apps to the Series 40 platform
 
Automotive: the Next Hot Mobile Platform for Linux
Automotive: the Next Hot Mobile Platform for LinuxAutomotive: the Next Hot Mobile Platform for Linux
Automotive: the Next Hot Mobile Platform for Linux
 

Kürzlich hochgeladen

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Kürzlich hochgeladen (20)

E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

iPhone App Dev Overview - Mobile Dev Camp Vietnam 1

  • 1. iPhone App Dev Overview for Vietnamese coders Huy @ multinc.com 1
  • 2. Warning ! This presentation may contain information on unethical activities, possibly illegal in certain jurisdictions. Listen & act at your own risk. 2
  • 3. Note about Demos This presentation makes significant use of live demos, which are not included in the slides. 3
  • 4. Why this talk? Global opportunity Few coders in Vietnam iPhone leads the mobile future The entire process is quite complex 4
  • 5. Outline Part 1 - getting ready Part 2 - designing Part 3 - coding Part 4 - releasing 5
  • 6. Get ready Part 1 6
  • 7. Which dev device? iPhone iPhone iPhone iPod 3GS 3G 2G Touch App Store, multitouch, Yes Yes Yes Yes accelerometer cellular data, Yes Yes Yes camera GPS, 3G data Yes Yes video, autofocus, compass, more Yes speed & RAM 7
  • 8. Getting a dev device Choices: 1. iPhone 3GS ($589 new in US) 2.iPhone 3G/2G (3G $300 on US craigslist) 3.iPod Touch (about $160 on US craigslist) 4.iPhone Simulator (free) Alternative: test at MultiNC in Q.1 (free++) 8
  • 9. Apple restrictions Phone: any carrier Unlocked iPhone or iTouch Any web apps iPhone or iTouch App Store apps iPhone or iTouch Any apps Jailbroken iPhone or iTouch 9
  • 10. Shhh... jailbreaking device PRO: required for software unlock PRO: install any app PRO: dev tools PRO: access to private APIs CON: have to wait for updates http://iphone-dev.org 10
  • 11. SDK requirements Choice of computer: 1. Mac CON: expensive 2.PC with “Hackintosh”, “OSX86” CON: time-consuming, maybe not possible, not legal Alternative: open-source toolchain 11
  • 12. Mac Macbook 2.4GHz is fine - $800 on US craigslist Mac Mini 2GHz should be fine - $500? on US craigslist 4GB of RAM is cheap Speed bottleneck is not building -- it’s transferring to device 12
  • 13. Hackintossshhh... New PC Choose carefully http://osx86.org Existing PC Desktop - may need to buy video card Notebook - may need to buy Wi-Fi, maybe not possible AMD - forget it 13
  • 14. Learning to code Lots of books Apple’s extensive documentation Stanford CS193p course -> Google [stanford iphone] Upcoming MultiUni courses http://multiuni.org 14
  • 15. iPhone Dev Program Why? To test on non-jailbroken devices To release to App Store How much? $99 per year Workarounds? Test/deploy on jailbroken devices Share certs with other coders 15
  • 16. DEMO: iPhone Dev Program 16
  • 18. Why design? To sell more To avoid rejection from the App Store 18
  • 19. Design Resources Guides Apple’s Human Interface Guidelines (HIG) Stencils http://theresaneil.wordpress.com/2009/09/16/iphone3g- design-resources/ 19
  • 20. Design Worflow Common: TapTapTap’s process: Iterate UI design with a graphic designer http://www.taptaptap.com/blog/the-design-session/ If remote, use Skitch 20
  • 21. Design Process Iterate: DEMO: Convert design evolution http://www.taptaptap.com/blog/convert-design- evolution/ 21
  • 22. Type of app Web app PRO: no approval needed CON: requires net, slower response, no games Native app App Store vs. jailbroken more later during Release part... 22
  • 24. Web App Toolkits DEMO: jQTouch iui The rest of this talk is about native apps 24
  • 25. Languages & Tools Objective-C -> XCode Alternatives: Javascript/HTML -> Appcelerator Titanium, PhoneGap, Ansca Corona (good for games) careful, Apple hates Phonegap Ruby -> Rhodes Rhomobile .NET -> MonoTouch others... 25
  • 26. Objective-C Superset of C, can be mixed with C, C++ Distinctions Message-passing for method calls Alloc/release/autorealease Categories 26
  • 27. Set up Xcode DEMO Files, targets, configurations Layered settings: project vs. target GCC Set up warnings Subversion (but consider Git) 27
  • 28. Interface Builder Not required, can be done programatically But rapid prototyping of views DEMO 28
  • 29. Code structure DEMO of simple app 29
  • 30. iPhone Simulator iPhone Simulator Missing: location, many preferences, multi-touch (has pinch) iSimulate Multi-touch Accelerometer Location/GPS 30
  • 31. Coding style Apple’s coding guidelines for Cocoa Google’s Objective-C Style Guide 31
  • 32. Debugging NSLog UIAlertView NOTE: popups are stacked Debugger DEMO NSZombieEnabled 32
  • 33. Running static analyzer Choices: Download LLVM/CLang Static Analyzer Bundled in Xcode 3.2 (OS X 10.6) DEMO 33
  • 35. Deploying for testing Distribution choices: a) collect devices’ UDIDs & distribute Ad Hoc b)share your certificates c) jailbroken phones don’t require signing IMPORTANT: keep copy of .dSYM files 35
  • 36. Beta testing Collect console logs using iPhone Configuration Utility Collect console logs and user data using Flurry or others Collect crash logs from users Users need to sync and find files on Mac Analyze using symbolicate and .dSYM files 36
  • 37. Release Part 4 37
  • 38. Release to App Store PRO: Easier access, greater exposure PRO: Apple handles billing, gives you 70% CON: infamous App Store approval process (weeks or months, possibly never) 38
  • 39. Release to Cydia Store (jailbroken devices) PRO: No approval needed PRO: Unique markets, especially Vietnam PRO: Access to more functionality CON: Smaller market, exposure 39
  • 40. App Store rejection examples Bugs Private APIs Downloaded code Non-working test account 40
  • 41. App Store rejection examples Bad design (e.g. deselected tableview); re- using system icons; connectivity handling; feature-limited Excess vibration, bandwidth Uploading user data without warning But exceptions: “Don’t ask, don’t tell” 41
  • 42. App Store rejection examples Objectional content, e.g. Me So Holy, Baby Shaker, StarTime, Eucalyptus, Ninjawords, NIN Competing with Apple & carriers, e.g. Google Voice & Skype Trademark, e.g. iPhone icon & name, Polaroid Icons that match, icons that don’t match Bad descriptions (“dragons”, competitor 42
  • 43. Marketing App Store ranking Online reviews, Public Relations Video demos, using iSimulate Word-of-mouth Excellence -> Apple featured, marketing Free “lite” version Pricing strategy Appirater? 43
  • 44. TapTapTap’s advertising of “Where To” 44
  • 45. What kind of apps? Utility, productivity Business? Careful because officially not allowed Casual games, e.g. Pee monkey Arcade games, e.g. Meteor Blitz DEMO: Meteor Blitz video demo 45
  • 46. Retire rich Part 5 46
  • 47. What now? Get a Mac/Hackintosh Download the SDK Learn from Stanford course, MultiUni 47
  • 48. Free 6-day course: Intro to iPhone & Objective-C Go to http://multiuni.org/ for details 48