0

I have configured my app to receive push notifications through Parse, which I can send from the Parse dashboard, but I would like to send notifications between devices, specifically when a button is clicked from either device. I cannot find documentation about this...wondering if anyone has experience doing this.

1 Answer 1

1

You have to store the current user into Installation class then send push notification using PFInstallation Query and PFPush.

Please refer this parse documentation for more details to send notification. https://parse.com/docs/ios/guide#push-notifications or refer this site Swift Parse : How to Push Notification To a Specific Device/objectId

Sign up to request clarification or add additional context in comments.

3 Comments

I'm new to Parse, how would I access the user's name on the parse dashboard? Would they have to sign up for my app? I'm just doing this between two phones, but I dont see a list of users on the dashboard...
you have to signup the user from your app and then you will select user and send push notification from parse dashboard.
So I have to include signup code even if it's just for 2 users total? Is that code in the docs?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.