Reputation: 119
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
Reputation: 119
We have solved this issue by setting folder permission correctly on windows server.
Upvotes: 0
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