Push Notification to iOS devices through Sharepoint 2013

Hi
We are developing a iphone application which is consuming sharepoint 2013 rest apis. we have a requirement to send pushnotification to iphones when a document is added or deleted. So will sharepoint exposes url to subscribe channel urls from iphone, I saw
for windows phone it is available. 
1) Need to know how to subscribe from iphone to sharepoint, is there any subscribe url with parameters like device id and channel       url.

Hi,
Per my understanding, you might want to push notification to iOS devices in SharePoint 2013 when there is document added or deleted.
In SharePoint, we can use Event Receiver to monitor the item added/deleted event and perform accordingly.
More information on Event Receiver for your reference:
http://msdn.microsoft.com/en-us/library/gg749858(v=office.14).aspx
http://msdn.microsoft.com/en-us/library/ff408183(v=office.14).aspx
However, as there is no such APIs exposed in SharePoint can help to handle the push notification to iOS devices, a workaround is that, you might need to create an application in
server side and perform the notification pushing there instead.
For the issue about pushing notification to iOS devices, as it is not a SharePoint related issue, I suggest you post a question to the corresponding forum, you will get more help
and confirmed answers there.
Thanks
Patrick Liang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Configure and use push notifications for IOS - Xamarin

    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.

    This is not a permanent fix but through this you can easily use the apps
    Go to Settings> General> Accessibility> Guided Access
    Now tap the Guided Access and turn it on.
    Now go straight to the app which is having this problem. After opening the app press the home button 3 times to activate the Guided Access mode.
    After activating and choosing a password you'll see that there is no "connect to iTunes to use push notifications in ios 8.1" pop up any more.
    If you want to leave the app press the home button three times again.
    Thanks
    It works 100%

  • Do podcast get pushed to all iOS devices like music and apps do?

    do podcast get pushed to all iOS devices like music and apps do?  can i only download a pocast on one device or do I have to download it on each device?

    Welcome to the Apple Community.
    Podcasts are free, there is no need to have them work like music, you can download them at no charge at any time.

  • Push notification for iOS

    Hi All,
    We have a requirement to send push notification to iOS (APNS).
    But i don't have any idea about how to connect with SAP to APNS and how to do the whole thing in back-end.
    Please share your ideas...

    I think this doc will be helpful for you..
    Pushing Notifications Made Easy!!! : How to Subscribe?

  • Push Notifications in iOS

    Hi all,
    Kindly suggest end to end procedure to implement push notification for  iOS application.
    Regards,
    Tasneem KW

    What type of application you are developing? Syclo or SUP ?
    This might help you,
    How To... Enable End-to-End Push Notifications using SAP Mobile Platform
    SyBooks Online

  • A definitive answer please: Can OS X server push iCal/mail notifications to iOS devices?

    Can somebody please answer this definitively?
    Can OS X Server 10.6 push iCal and Mail notifications to iOS 4.x devices?
    Apple's documentation states that OS X Server supports push notifications to OS X 10.6 *clients* - but makes no mention of iOS devices. I find that strange because iOS devices stand to gain the most benefit from push functionality.
    I've seen several posts in this forum that seem to indicate that iOS devices are supported, but no clear instructions on how to configure push to support them. My own attempts at doing so have failed - the mail and CalDAV accounts on both my iPhone and iPad only show support for manual / fetch methods, not push.

    Hi
    http://support.apple.com/kb/HT3947
    IOS devices are specifically mentioned towards the bottom. AFAIK Push is fully supported in Exchange Mail Server.
    Moreover and AFAIK Apple Mail does not support Push from OSX Server. However iCal is supported. In reality the 'IMAP idle' setting gives the appearance of 'Push' Mail and IMAP idle works fine on my IOS devices and for my needs is 'Pushy' enough.
    My 2p & HTH?
    Tony

  • Not receiving Push Notifications in iOS App

    We have recently developed an app which uses Push notifications service. We are facing the issue that the Push is working inconsistently, two days back we had received the Push notification but later when we tried we dint get anything and for the past two days we are not receiving any Push notification. We have checked out our PHP script, recreated the certificates tried using Hard Coded Device Tokens and even from the server. But nothing seems to work and the worse is that we get a success from the Apple server yet nothing comes on the device. We are just unable to fix this issue. Can someone pls help its very urgent.

    Yes, I've noticed this also.
    Not on my iPhone 5 running iOS 8, but after activating my iPhone 6 and restoring backup.

  • Access local shared folder through Sharepoint 2013

    Before we installed Sharepoint 2013 everyone within the company was sharing files and folders through a shared drive that is mapped to all the workstations. This shared folder on the server is very large, roughly 250gb in size. 
    I created a Sharepoint site called Document center using a Sharepoint template. Is there an easy way to either upload all those files and directories int sharepoint?
    Or even easier, create a link on the sharepoint site that can connect to this shared drive so users can access these files.

    You can use a data migration tool from a 3rd party, such as Metalogix, Metavis, AvePoint, or ShareGate to migrate file share content into SharePoint with the metadata (created by, last modified, etc.) intact. You can also use WebDAV (\\sharepointsite\) and
    copy them in, but the metadata will be lost.
    As far as integrating the file share into SharePoint, take a look at AvePoint's File Share Integration tool (http://www.avepoint.com/assets/pdf/doc6/DocAve_Connector_for_SharePoint_File_Share_Integration.pdf). This is the only one I'm aware of.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Updating MySQL table through SharePoint 2013 list

    Hi,
    Is it possible to perform write operation on MySQL database in SharePoint 2013? I have seen blogs regarding  bdc connection or by using third party tools.Is it possible to perform bcs on MySQL using OData connection or any other out of box technique?

    Hi,
    To access external Data from SharePoint, you have to use the BCS.
    BCS enable you to create External Content Types and External Lists from SQL Server Database or Webservice.
    You will find a complete guide on MSDN right here.
    http://msdn.microsoft.com/en-us/library/office/ee556431(v=office.14).aspx
    PS : You have to create the External Content Type from SharePoint Designer on your Dev environement. You will be able to export it to be imported on Test or Prod without any problem.
    You will be able to use the External Content type from Visual Studio in C# with the Object Model if you want to access it through a custom webpart or in your case from an Event Receiver. More information here :
    http://lightningtools.com/bcs/executing-bcs-external-content-type-methods-in-c/
    Regards.

  • No push notifications in iOS 7.1

    Hi, I have a problem with my push notifications since I updated to iOS 7.1. I do get push notifications from my Mail app, but Whatsapp and Facebook fail to do this. Quite annoying... Does anyone else have this problem?

    I'm seeing similar issues, although only for certain apps - for some apps, push notifications are still working after updating to iOS 7.1, but for other apps the push notifications have stopped working. And the settings in the Notifications centre are the same as before the update when notifications were working.

  • Ad says purchased music automatically pushes to all iOs devices when on Wifi. Didn't happen. Why?

    iCloud says it will push purchased music to all your iOS devices as long as your on wifi. I was and it didn't. Why?

    Also my settings in store are set to automatic and I still had to go to the cloud and check for new purchases. It was there but had to manually do it. Confused as to why. Please help!

  • Local Push Notification for ios

    Hello all,
    Does anybody is having the experience with the .ane of Local notification for the ios or any exposure to work with the local notificaion for the same on the ios?
    Any help will be appriciated.
    with Regards,
    Shardul

    I think this doc will be helpful for you..
    Pushing Notifications Made Easy!!! : How to Subscribe?

  • Push Notifications in iOS 7

    With iOS 7.0.2 I have noticed that some apps like Mail, Whatsapp and Facebook Messenger don't receive push notifications like they did before.
    I tried to clear all data and restore the firmware but it keeps happening. I don't know what else to try.
    I want to know if it's another problem of iOS 7 or on the contrary is a error of my iPhone.

    I'm seeing similar issues, although only for certain apps - for some apps, push notifications are still working after updating to iOS 7.1, but for other apps the push notifications have stopped working. And the settings in the Notifications centre are the same as before the update when notifications were working.

  • Lion Server push notifications to iOS 5 only partially working

    I'm attempting to enable push notifications from my 10.7.2 Lion Server to my iOS 5 and Lion clients. All services (OD, Calendar Server, Mail, DNS, etc.) are running off of the same server. Push for Lion clients works fine for IMAP and CalDAV. I see "Push" in iCal preferences -> account settings.
    For iOS 5 however I  only see push enabled for Mail. I have confirmed it works as well. However, Calendars and Contacts show "fetch" in Settings -> Mail, Contacts, Calendars -> "Fetch New Data" -> Advanced.
    iChat is running. I've verified all the iChat related ports are opened in the firewall.
    I have a "real" certificate for my domain and clients are pointed to that domain name.
    There are no errors in the logs. The caldavd configuration file in /etc/caldavd/ looks fine.
    I'd appreciate any ideas where else to look!

    Not sure but in well known ports is this
    2195
    TCP
    Apple Push Notification Service (APNS)
    Push notifications
    2196
    TCP
    Apple Push Notification Service (APNS)
    Feedback service

  • How do i set up my push notifications on ios 7? its saying i need to connect to itunes, i have and dont know what to do?

    I have recently downloaded ios 7 and it says i need to connect to itunes to set up push notifications. I have plugged 4s into my mac and dont know what to do now.

    No backup is a huge mistake.
    You can redownload some itunes purchases in some countries:
    Downloading past purchases from the App Store ... - Apple - Support

Maybe you are looking for