You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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
The text was updated successfully, but these errors were encountered: