parse.com - Parse: Send Pushes to logged in users only -


i can send push notifications specific user using parse. want user receive notifications, if logged in using parseuser.logininbackground if user logged out , notification sent him, should buffered , when logs in again, shall receive buffered notifications.

is possible parse?

you can take care while sending push, send logged in users. parse has session's api, maintains , opens session table contains logged in users , installation id's. can query session table user's whom have send push, , if have session, can send push notification these users.


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -