Chapter    4

Parse Project Setup

This chapter covers how to set up a Parse project. You will need to write down a few application keys and secrets. To make the process simple, start with a helper class to remember these keys and secrets.

In this chapter you learn how to:

  • Keep track of your keys with the EMABConstants helper class
  • Create a new Parse app
  • Set up payment, transactional e-mails, and Facebook login
  • Manage dependencies with Cocoapods
  • Implement a progress indicator with SVProgressHud

Keep Track of Your Keys: EMABConstants Class

Continue with the source code from Chapter 2; create a new Cocoa Touch Class file, name it EMABConstants, and make it a subclass of NSObject. One purpose of this class is to keep track of those global accessible ...

Get iOS eCommerce App Development with Parse now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.