0
votes

I implemented the .p12 Certificate for APN(Apple Push Notification) to my Windows Server. Now I have an xamarin.forms App where i downloaded the Plugin.PushNotification. I implemented in AppDelegate.cs RegisteredForRemoteNotifications, FailedToRegisterForRemoteNotifications and DidReceiveRemoteNotification Methods.

My question is, which Project (MVC, ASMX..) should I create on Server Side to send notifications to the Users who installed the App.

Furthermore I have an Portal programmed which is on this Server too. In this Portal I can send an message to the App too. But which Service do i Need ?

Thanks

3

3 Answers

0
votes

No programming required at all :) Use https://onesignal.com for free, unlimited apps & notifications for iOS/Android + Web Push

0
votes

In my WebApp I used PushSharp to send Notifications to different devices. In my App I use Plugin.PushNotification and it works like a charm.

0
votes

using push sharp for sending push notifications through FCM