SlideShare una empresa de Scribd logo
1 de 31
Descargar para leer sin conexión
KKBOX
Apple Watch App
Jacky Wang
Agenda
• Introduction of
KKBOX Watch App
• Interesting things
• Apple Watch Lab
Challenges &
Solutions
• What did we learn?
Introduction
App Store
• Launched on April 21
Functionalities
• Play Control
• Lyrics
• Playlists
• Radio
DEMO
Interesting things
during development
Context Menu
Context Menu
• Original Design
• Use force touch to show menu
Force Touch
Rejected by Apple
Context Menu
• Menu options have to be directly related to content on
screen
• Cannot be used as segue to other InterfaceControllers
Force
Touch
Animation
Animation
• Only support GIF
• Play Pause
• Next Previous
song
Communication
WatchPhone ?
Communication -
Shared Data
• NSUserDefault
• App groups must be
enabled
• Commands, Data are
stored in Shared Data
• Shared Data changed
Notification is sent
WatchPhone
SD
notification
data
Communication -
OpenParentApplication
• Main method of Data
exchange
• No more sharedData
• One direction
• Watch needs to check and
sync everything.
• Too expensive
WatchPhone
openParent
data
notification
Communication -
WatchAppNotificationCenter
• CFNotification Center &
Darwin Notification Center
• Allows adding specific
observers and keys
• Only updates what is
necessary
• Better performance
WatchPhone
openParent
data
Notification Center
Apple Watch Lab
Time Square, Hong Kong
Apple Watch Lab
• Invited to test our app on real device for 2 days
Challenges
Challenges
• Everything was perfect on the
simulator.
• Everything is different on the
real device.
Debugging
• Need to manually attach process to
iPhone and Apple Watch on
simulator
• Xcode crashes when attaching
process on real device
• Could only debug with NSLog
Launching in
background
• Crash every time we launched app from
watch
• Because app is only launched in
background
• Be careful with what you do in the
background
• Doesn’t show on simulator.
Cache Images
• WatchKit Extension is slower than
simulator and unstable sometimes
• Cache any static images you can as
early as possible
• A simple menu could cause
unexpected lag
Creating Tables
• 2 out of 10 times, tables won’t load
• Task finished in code but screen only
shows a loading indicator
• System bug?
• Left lab without a solution :(
Creating Tables
• Last resort was keeping only Now Playing
• UX > Functionality
• Apple suggested maybe try using SharedData
• Rebuilt the communication infrastructure.
• Solved the problem.
Solution
• Instant status updates
• OpenParentApplication
• Data transfer
• SharedData
WatchPhone
SD
data
openParent
data
Notification Center
Creating Tables -
Instagram
https://github.com/Instagram/IGInterfaceDataTable
What did we learn?
Never trust the
simulator 100%
Always test on real device before shipping…
Never trust
Apple 100%
Sometimes, they don’t even know what is best…
Thank you
JackyWangDeveloper@gmail.com

Más contenido relacionado

La actualidad más candente

Eecs 441 app final
Eecs 441 app  finalEecs 441 app  final
Eecs 441 app final
William Liu
 
Come with an idea - go home with an idea
Come with an idea - go home with an ideaCome with an idea - go home with an idea
Come with an idea - go home with an idea
Nicolas Ruflin
 
Socialcam: Concept to MVP to 250k users in under 3 Months
Socialcam: Concept to MVP to 250k users in under 3 MonthsSocialcam: Concept to MVP to 250k users in under 3 Months
Socialcam: Concept to MVP to 250k users in under 3 Months
Lean Startup Circle
 

La actualidad más candente (20)

In the hunt of 100% delivery rate with mobile push notifications
In the hunt of 100% delivery rate with mobile push notificationsIn the hunt of 100% delivery rate with mobile push notifications
In the hunt of 100% delivery rate with mobile push notifications
 
Insights into Chatbot Development - Implementing Cross-Platform Chatbots
Insights into Chatbot Development - Implementing Cross-Platform ChatbotsInsights into Chatbot Development - Implementing Cross-Platform Chatbots
Insights into Chatbot Development - Implementing Cross-Platform Chatbots
 
Develop apps for (Apple) TV
Develop apps for (Apple) TVDevelop apps for (Apple) TV
Develop apps for (Apple) TV
 
Mobile Cross Platform Automation in-practice and on a Large Scale
Mobile Cross Platform Automation in-practice and on a Large ScaleMobile Cross Platform Automation in-practice and on a Large Scale
Mobile Cross Platform Automation in-practice and on a Large Scale
 
Angular PWA
Angular PWAAngular PWA
Angular PWA
 
Eecs 441 app final
Eecs 441 app  finalEecs 441 app  final
Eecs 441 app final
 
Eecs 441 app final
Eecs 441 app  finalEecs 441 app  final
Eecs 441 app final
 
pp25tutorial
pp25tutorialpp25tutorial
pp25tutorial
 
How to use 25pp
How to use 25ppHow to use 25pp
How to use 25pp
 
Selenium Conference Austin 2017 - Automate Windows and Mac Apps With The WebD...
Selenium Conference Austin 2017 - Automate Windows and Mac Apps With The WebD...Selenium Conference Austin 2017 - Automate Windows and Mac Apps With The WebD...
Selenium Conference Austin 2017 - Automate Windows and Mac Apps With The WebD...
 
Come with an idea - go home with an idea
Come with an idea - go home with an ideaCome with an idea - go home with an idea
Come with an idea - go home with an idea
 
Add a great before and after photo gallery
Add a great before and after photo galleryAdd a great before and after photo gallery
Add a great before and after photo gallery
 
Socialcam: Concept to MVP to 250k users in under 3 Months
Socialcam: Concept to MVP to 250k users in under 3 MonthsSocialcam: Concept to MVP to 250k users in under 3 Months
Socialcam: Concept to MVP to 250k users in under 3 Months
 
Mobile apps that win
Mobile apps that winMobile apps that win
Mobile apps that win
 
API Architecture Summit 2014- APIs: A Mobile Developer's Perspective
API Architecture Summit 2014- APIs: A Mobile Developer's PerspectiveAPI Architecture Summit 2014- APIs: A Mobile Developer's Perspective
API Architecture Summit 2014- APIs: A Mobile Developer's Perspective
 
An Overview of the Amazon Devices and Services for Mobile Developers
An Overview of the Amazon Devices and Services for Mobile DevelopersAn Overview of the Amazon Devices and Services for Mobile Developers
An Overview of the Amazon Devices and Services for Mobile Developers
 
Mirroring your i pad
Mirroring your i padMirroring your i pad
Mirroring your i pad
 
Mobile Testing, That's Just a Smaller Screen, Right? Stephen Janaway
Mobile Testing, That's Just a Smaller Screen, Right?   Stephen JanawayMobile Testing, That's Just a Smaller Screen, Right?   Stephen Janaway
Mobile Testing, That's Just a Smaller Screen, Right? Stephen Janaway
 
Apple M1 & Ionic: Should I switch?
Apple M1 & Ionic: Should I switch?Apple M1 & Ionic: Should I switch?
Apple M1 & Ionic: Should I switch?
 
ClearMechanic Plus Overview
ClearMechanic Plus OverviewClearMechanic Plus Overview
ClearMechanic Plus Overview
 

Destacado (14)

Nib
NibNib
Nib
 
cloud-integration-wp-1873149
cloud-integration-wp-1873149cloud-integration-wp-1873149
cloud-integration-wp-1873149
 
tahapan riset operasi
tahapan riset operasitahapan riset operasi
tahapan riset operasi
 
Usuda_2014p91452F
Usuda_2014p91452FUsuda_2014p91452F
Usuda_2014p91452F
 
Fqh 1 guru 2 juni 14 new
Fqh 1 guru 2 juni 14 newFqh 1 guru 2 juni 14 new
Fqh 1 guru 2 juni 14 new
 
John Shields - Sales Professional
John Shields - Sales ProfessionalJohn Shields - Sales Professional
John Shields - Sales Professional
 
Anna McPherson Matson Logistics Resume
Anna McPherson Matson Logistics ResumeAnna McPherson Matson Logistics Resume
Anna McPherson Matson Logistics Resume
 
HSBC-News30
HSBC-News30HSBC-News30
HSBC-News30
 
Android n
Android nAndroid n
Android n
 
Paul presentation
Paul presentationPaul presentation
Paul presentation
 
Spanish Conjugations
Spanish ConjugationsSpanish Conjugations
Spanish Conjugations
 
Штангілі терең сорапты қондырғы
Штангілі терең сорапты қондырғыШтангілі терең сорапты қондырғы
Штангілі терең сорапты қондырғы
 
АСУ ЖК
АСУ ЖКАСУ ЖК
АСУ ЖК
 
Dr Khyati Boriya resume
Dr Khyati Boriya resumeDr Khyati Boriya resume
Dr Khyati Boriya resume
 

Similar a Jacky Wang - KKBOX Apple Watch App

mobile development with androiddfdgdfhdgfdhf.pptx
mobile development with androiddfdgdfhdgfdhf.pptxmobile development with androiddfdgdfhdgfdhf.pptx
mobile development with androiddfdgdfhdgfdhf.pptx
NgLQun
 
Gdco12 kartik ayyar
Gdco12 kartik ayyarGdco12 kartik ayyar
Gdco12 kartik ayyar
Kartik Ayyar
 
OpenNTF Webinar, May 19, 2020
OpenNTF Webinar, May 19, 2020OpenNTF Webinar, May 19, 2020
OpenNTF Webinar, May 19, 2020
Howard Greenberg
 
Build software like a bag of marbles, not a castle of LEGO®
Build software like a bag of marbles, not a castle of LEGO®Build software like a bag of marbles, not a castle of LEGO®
Build software like a bag of marbles, not a castle of LEGO®
Hannes Lowette
 
Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011
Nuxeo
 

Similar a Jacky Wang - KKBOX Apple Watch App (20)

Apple Watch Intro
Apple Watch IntroApple Watch Intro
Apple Watch Intro
 
Ios-training-institute-in-mumbai
Ios-training-institute-in-mumbaiIos-training-institute-in-mumbai
Ios-training-institute-in-mumbai
 
Ios training-cum-course-in-mumbai-
Ios training-cum-course-in-mumbai-Ios training-cum-course-in-mumbai-
Ios training-cum-course-in-mumbai-
 
Ios-training-institute-in-mumbai
Ios-training-institute-in-mumbaiIos-training-institute-in-mumbai
Ios-training-institute-in-mumbai
 
Joomla as a mobile App backend - ideas, examples and experiences
Joomla as a mobile App backend - ideas, examples and experiencesJoomla as a mobile App backend - ideas, examples and experiences
Joomla as a mobile App backend - ideas, examples and experiences
 
mobile development with androiddfdgdfhdgfdhf.pptx
mobile development with androiddfdgdfhdgfdhf.pptxmobile development with androiddfdgdfhdgfdhf.pptx
mobile development with androiddfdgdfhdgfdhf.pptx
 
iPads in the Early Years Classroom
iPads in the Early Years ClassroomiPads in the Early Years Classroom
iPads in the Early Years Classroom
 
Build Your First Android App Session #1
Build Your First Android App Session #1Build Your First Android App Session #1
Build Your First Android App Session #1
 
Real world software launch
Real world software launchReal world software launch
Real world software launch
 
Continuous integration & deployment
Continuous integration & deploymentContinuous integration & deployment
Continuous integration & deployment
 
2 years with Angular & Electron: Video Hub App 2
2 years with Angular & Electron: Video Hub App 22 years with Angular & Electron: Video Hub App 2
2 years with Angular & Electron: Video Hub App 2
 
Mocast Postmortem
Mocast PostmortemMocast Postmortem
Mocast Postmortem
 
Gdco12 kartik ayyar
Gdco12 kartik ayyarGdco12 kartik ayyar
Gdco12 kartik ayyar
 
Ios - Intorduction to view controller
Ios - Intorduction to view controllerIos - Intorduction to view controller
Ios - Intorduction to view controller
 
OpenNTF Webinar, May 19, 2020
OpenNTF Webinar, May 19, 2020OpenNTF Webinar, May 19, 2020
OpenNTF Webinar, May 19, 2020
 
Apple Watch and Xamarin (NoVA Mobile C# Dev Group 4/8/15)
Apple Watch and Xamarin (NoVA Mobile C# Dev Group 4/8/15)Apple Watch and Xamarin (NoVA Mobile C# Dev Group 4/8/15)
Apple Watch and Xamarin (NoVA Mobile C# Dev Group 4/8/15)
 
Build software like a bag of marbles, not a castle of LEGO®
Build software like a bag of marbles, not a castle of LEGO®Build software like a bag of marbles, not a castle of LEGO®
Build software like a bag of marbles, not a castle of LEGO®
 
How to Avoid app store rejection
How to Avoid app store rejectionHow to Avoid app store rejection
How to Avoid app store rejection
 
Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011
 
Apple watch pres
Apple watch presApple watch pres
Apple watch pres
 

Último

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 

Último (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 

Jacky Wang - KKBOX Apple Watch App