0

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!

Vivek Parekh
  • 1,075
  • 9
  • 25

1 Answers1

1

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.

olitee
  • 1,683
  • 10
  • 12