Chapters

Hide chapters

Push Notifications by Tutorials

Fourth Edition · iOS 16 · Swift 5 · Xcode 14

Section I: Push Notifications by Tutorials

Section 1: 15 chapters
Show chapters Hide chapters

i. What You Need
Written by Scott Grosch

To follow along with this book, you’ll need the following:

  • Xcode 13 and Swift 5: Xcode is the main development tool for writing code in Swift. This book’s content was tested with Xcode 13 and SwiftUI. You can download the latest version of Xcode for free from the Mac App Store.

  • Apple Developer Program membership: While you can test local push notifications on the simulator, sending remote push notifications requires having the ability to build, sign and run your app on a physical device with a Push Notification certificate — a capability reserved for paid members of the Apple Developer Program. The Apple Developer Program annual fee is $99 USD, but the exact amount might change based on local currency. More information on these memberships can be found at https://developer.apple.com/programs/. The information in this book will still prove an invaluable reference and resource to a developer without a paid membership, though.

If you haven’t installed the latest version of Xcode, be sure to do that before continuing with the book. The code covered in this book requires Swift 5 and Xcode 13 — you may get lost if you try to work with an older version.

The only two prerequisites for this book are an intermediate understanding of Swift and iOS development, along with a paid Apple Developer Program membership, if you wish to experiment with delivering remote notifications to devices.

Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.