Sending Apple Push Notification from MVC Web Project

697 Views Asked by At

I am not able to send Notifications to Apple Devices using the Moon-APNS. I have the APNS implementation in a separate Class Library Project as MyProjet.APNS. While adding reference of the class library MyProject.APNS to my Web Project MyProject.Web, the reference shows a yellow exclamation mark.

How do I make it run? Need help!

1

There are 1 best solutions below

0
On BEST ANSWER

What is your target .NET framework for your Web solution? .NET 4? 4.5?

Try checking it's compatible with your APNS project target framework.