[Solved] Parse.com as backend for iOS app [closed]
Parse can do almost all of the things that you mentioned. For storing data in the database, go through this tutorial. For push notifications, go through this tutorial. For generating a PDF, you’re going to have to do it on the client side. After some quick research I found jsPDF as a viable option. 2 … Read more