Remote Sharepoint 2010 Update Notification?

I have a business requirement from a client to create push notifications for Apple devices based on changes on the Sharepoint 2010 server. I need to support these notifications in almost real time and access the server that is behind the VPN.

I'm at a dead end.

+5
source share
1 answer

You need to implement two things: an event listener for the element that detects the changes you are interested in and an APNS "service" notification to send the notification.

SharePoint - . , .

. , .

:

  • (, , ) , , , .
  • (, ..) .

, APNS .

, , APNS-Sharp. . , , - (, ).

(, Windows, sharepoint ), .

+4

All Articles