I need to send push notification every day based upon date-time stored in database. For that I want to call a WCF service but my problem is that this WCF service should be called automatically every day without any interaction.
How to call a WCF service automatically?
If any other idea to accomplish this task please provide.
Thanks