diff --git a/_includes/ios/push-notifications.md b/_includes/ios/push-notifications.md index fea47226c..c6db35ad8 100644 --- a/_includes/ios/push-notifications.md +++ b/_includes/ios/push-notifications.md @@ -1,5 +1,16 @@ # Push Notifications + + + +**DEPRECATED FOR PRODUCTION ON PARSE SERVER ** See http://blog.parse.com/learn/engineering/the-dangerous-world-of-client-push/ and perhaps +https://github.com/ParsePlatform/parse-server/issues/3455#issuecomment-276223470 + + + + + + Push Notifications are a great way to keep your users engaged and informed about your app. You can reach your entire user base quickly and effectively. This guide will help you through the setup process and the general usage of Parse to send push notifications. If you haven't installed the SDK yet, please [head over to the Push QuickStart](https://github.com/ParsePlatform/parse-server/wiki/Push#quick-start) to get our SDK up and running.