Introductory Push Notifications

David Wu
ITNEXT
Published in
4 min readAug 13, 2019

--

Push notification is taking advantage of the iOS system to gain user engagements with our app. Even though it may seem easy from the users’ perspective, there is a lot for developers under the hood. Here I am going to implement the most common features used in practice.

The demo project can be found here.

Setting up

--

--