Reader small image

You're reading from  Apple Watch App Development

Product typeBook
Published inApr 2016
Reading LevelIntermediate
Publisher
ISBN-139781785886362
Edition1st Edition
Languages
Right arrow
Author (1)
Steven F. Daniel
Steven F. Daniel
author image
Steven F. Daniel

Steven F. Daniel is the CEO and founder of GENIESOFT STUDIOS, a software development company based in Melbourne, Victoria, that focuses primarily on developing games and business applications for the iOS, Android, and Mac OS X platforms. He is an experienced software engineer with more than 17 years' experience and is extremely passionate about making people employable by helping them use their existing skills in iOS, Android, and Xamarin to get the job done. He is a member of the SQL Server Special Interest Group (SQLSIG), CocoaHeads, and the Java Community. He was the co-founder and Chief Technology Officer (CTO) at SoftMpire Pty Ltd., a company focused primarily on developing business applications for the iOS and Android platforms.
Read more about Steven F. Daniel

Right arrow

Summary


In this chapter, you learned how to set up and provision your app for use with Apple Pay and the PassKit framework. You learned how to manually set up a merchant ID for your development certificate in the Apple Developer portal, and add this to the Capabilities section of your iOS app. We then moved on to explaining how to use the WatchKit WKInterfaceTable, how to set it up, and configure it.

You learned how to create a table row controller that inherits from the NSObject class to store our product information. You now know how to use this class to populate product related information from our ProductsList property list file, and determine when a user has selected a row, and respond to the action.

In the final sections, you learned how to integrate with the PassKit framework, how to handle Apple Pay payments using the PKPaymentAuthorizationViewControllerDelegate protocol methods, and how to communicate between the WatchKit extension and the iOS app.

In the next chapter, you will learn...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Apple Watch App Development
Published in: Apr 2016Publisher: ISBN-13: 9781785886362

Author (1)

author image
Steven F. Daniel

Steven F. Daniel is the CEO and founder of GENIESOFT STUDIOS, a software development company based in Melbourne, Victoria, that focuses primarily on developing games and business applications for the iOS, Android, and Mac OS X platforms. He is an experienced software engineer with more than 17 years' experience and is extremely passionate about making people employable by helping them use their existing skills in iOS, Android, and Xamarin to get the job done. He is a member of the SQL Server Special Interest Group (SQLSIG), CocoaHeads, and the Java Community. He was the co-founder and Chief Technology Officer (CTO) at SoftMpire Pty Ltd., a company focused primarily on developing business applications for the iOS and Android platforms.
Read more about Steven F. Daniel