Hi Ray, nice video, I am new to server side and I got 2 questions:
-
For local persistence, would it be possible to used CoreData ?
-
I want to create a custom push server that will check for files periodically in a specific folder and sent push notification to APNS using the device token trust (JWT). I will send one POST per line using the URLSession class. An enterprise backend will drop file (which will contains the device token and notification message, 1 notification per line per user) and my push server will process the file by sending 1 push per line. Would you recommend this approach ?
thanks
Is there actually a writeup for these videos? Your coding in the video is moving way to fast for anyone to possibly be able to keep up and follow along.
Not at this time. Sorry about the speed; we make screencasts fast on purpose as theyβre intended for busy advanced developers who want to mainly get a quick overview of the concepts, and then refer to the sample code afterwards.