[Solved] Parse.com as backend for iOS app [closed]


Parse can do almost all of the things that you mentioned.

  1. For storing data in the database, go through this tutorial.
  2. For push notifications, go through this tutorial.
  3. 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

solved Parse.com as backend for iOS app [closed]