Ionic+iOS: Not Receiving Parse Push Notification iOS

Facing a little issue in integrating Parse with Ionic Project.

Below are the steps I followed.

  • ionic platform add ios
  • ionic build ios
  • There are 9 build errors and stack trace is same as github issue here
  • As suggested in post I add the FacebookSDK.framework to project and the build is successful.
  • Installing the app on iOS , registers the device to Parse Dashboard but the test notification is not received.

Any help is appreciated. Thanks