From 1b26b423ddd5c5fea4331fb6f109f1a896390772 Mon Sep 17 00:00:00 2001 From: Jaime Agudo Date: Fri, 3 Feb 2017 14:01:40 +0100 Subject: [PATCH] inform of deprecation on parse-server Avoid newcomers wasting time implementing something useless See https://github.com/ParsePlatform/parse-server/issues/3455 --- _includes/ios/push-notifications.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.