Reputation: 1405
Is it possible to configure and use push notifications in SharePoint 2013 apps for iPhone Xamarin.
Recently I started creating a Xamarin application that supports both Android and IPhone application. So my doubt here is, Is it possible to create a solution in SharePoint Server for sending push notifications and a client side iOS - Xamarin application for receiving the notifications.
If Possible how I can create the same. Please help. If it is not possible anyone please suggest me a workaround to implement the same.
Upvotes: 1
Views: 701
Reputation: 3597
You have to consider your mobile applications and your backend different concerns. For your apps it does not matter what is running in the backend.
But what matters is that each of the platforms has its own notification system, see:
Beside the platform-spefific configuration of certificates etc
Upvotes: 1