Reader small image

You're reading from  Continuous Delivery for Mobile with fastlane

Product typeBook
Published inFeb 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781788398510
Edition1st Edition
Languages
Right arrow
Author (1)
Doron Katz
Doron Katz
author image
Doron Katz

Doron Katz, originally from Sydney, Australia, completed his bachelor's in internet science (the University of Wollongong), before pursuing a master's in management (Charles Sturt University), including a certification in Microsoft Solutions Development. On moving to San Francisco, Doron has worked with various companies, from start-ups to larger organizations, as a software engineer and project manager. Additionally, he is a regular contributor to various distinguished technical publications and has published numerous white papers and also coauthored Developing an iOS Edge.
Read more about Doron Katz

Right arrow

Introducing pem


The first half of this chapter explained what push notifications are, and the process by which a push notification is orchestrated from the provider/server, through the conduit that is APNs, and subsequently reaches the designated devices. The chapter has also illustrated how to enable push notifications manually via Xcode. This section will illustrate how pem can automate the process of push notifications and form part of the project workflow. You can either use the keyword pem, or the alias get_push_certificate. The following is the logo of pem:

pem (https://docs.fastlane.tools/actions/pem/) is one of the simplest of actions, yet it accomplishes a lot. Through a single command, pem is able to accomplish the following tasks:

  • Creating a new push certification
  • Creating a signing request
  • Downloading the appropriate certificate
  • Generating a new .pem file for uploading to the provider/server

Go ahead and enter the following in the project folder:

fastlane pem

Confirming a new push certificate...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Continuous Delivery for Mobile with fastlane
Published in: Feb 2018Publisher: PacktISBN-13: 9781788398510

Author (1)

author image
Doron Katz

Doron Katz, originally from Sydney, Australia, completed his bachelor's in internet science (the University of Wollongong), before pursuing a master's in management (Charles Sturt University), including a certification in Microsoft Solutions Development. On moving to San Francisco, Doron has worked with various companies, from start-ups to larger organizations, as a software engineer and project manager. Additionally, he is a regular contributor to various distinguished technical publications and has published numerous white papers and also coauthored Developing an iOS Edge.
Read more about Doron Katz