Sumit Mishra
Sumit Mishra

Reputation: 119

How can I send APNS PushSharp send notification. It's working from localhost in asp.net but fail when we host API in Windows server

I have implemented APNS PushSharp in asp.net web api using C# for Xamarin.ios native app. When we run api in localhost its send notification to iOS devices for both development and distribution certificate. But when we host api in IIS and call service, its fail to send notification. We did’t identify issue..can you please guide me?

Upvotes: 0

Views: 441

Answers (2)

Sumit Mishra
Sumit Mishra

Reputation: 119

We have solved this issue by setting folder permission correctly on windows server.

Upvotes: 0

Rodolphe
Rodolphe

Reputation: 1

I had the same problem and I solved it by changing the identity of the application pool on which my website was running

Upvotes: 0

Related Questions