During In-App Purchase implementation in a project. I am working on the ASP.NET WEB API side. I need to use CRON JOB for timely receipt verification on the server side. I want that in-app purchase receipt verification should happen timely from the server side. That is an old project so I want a solution in ASP.NET. I don't have the DI concept in that project.
Loading

Sachin SinghPosted Sep 24, 2022, 12:09 PM
You can use hangfire and configure hangfire inside the global.asax file as shown below
Documentation:- https://docs.hangfire.io/en/latest/getting-started/aspnet-applications.html