Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Push notification functionality will be implemented #51

Open
karunakaranvrv opened this issue Sep 18, 2015 · 2 comments
Open

When Push notification functionality will be implemented #51

karunakaranvrv opened this issue Sep 18, 2015 · 2 comments

Comments

@karunakaranvrv
Copy link

@thiagolocatelli

I have need of push notification for parse

Let me know how much time it will take to be implemented ?

https://github.com/thiagolocatelli/parse4j#PushNotifications

@vervetester
Copy link

@thiagolocatelli

We are very interested in this as well. Please advise. Thanks!

@dparish
Copy link

dparish commented Oct 27, 2015

I was testing this and push works already:

        Parse.initialize(appProperties.getParseApplicationId(), appProperties.getParseRestApiKey());
        ParsePush push = new ParsePush();
        push.setMessage("sent from the server");
        push.setChannel("someChannel");
        push.send();

This appears to work just fine. What does not appear to be working is pushing to a query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants