-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Store push notification history / status #566
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
Comments
@sakinasugra there is no tracking of the push sending yet, PR are welcome |
@gfosco was there an API / url scheme that was in place before? |
@sakinasugra can you give the columns/types of _PushStatus? |
Is this what you guys @flovilmart @gfosco are talking about? Where is this data stored its not in Core, im assuming this is another internal db for push in the parse.com system? |
That's what we're talking about. I'm not sure they are migrated when migrating an app. There is maybe more to do here than just scratching the surface of storing the push request results. |
@flovilmart I would guess this data could be stored in a _Push class however it would be good for someone at parse @gfosco could maybe shed some light on what the schema might look like, also when a user clicks on a text message how do we know when its open, does iOS send something back to parse incrementing a counter? |
That Would be The analytics that are unimplemented as of now ;) |
@flovilmart when I send a push from the parse website, the push is displayed on the parse website and also in my migrated database ( see the images) but when I send the push from my ios app using my code, it does not get logged, neither in the parse website nor my migrated database but I receive the notification. |
It hasn't been implemented yet. PRs welcome :) |
Thank You. |
@drew-gross I would like to try to take this on |
@JohnMorales stay tuned for the spec ! |
@flovilmart Sounds good, On a side note is there a gitter, irc, or slack channel where direction and ideas are discussed? I don't seem to find anywhere discussing how to communicate w/ the project lead and interested parties beyond reading through comments on issues |
We're setting that up! |
@JohnMorales we've uploaded a Gist with the spec for the _PushStatus class here https://gist.github.com/flovilmart/bf64276507d685ae41f6. Let me know if there are implementation details you're not sure about. The work will likely to be in the For now, don't worry about all the adapters, we can start by having something functional with ParsePushAdapter.js Good luck and Thanks! |
👍 for Slack channel |
@gateway 👍 for the nick |
@JohnMorales did you make any progress on that? |
Sorry man, I was trying to figure out the overall architecture and was a On Fri, Mar 11, 2016 at 9:17 PM, Florent Vilmart [email protected]
|
No big deal! Was just to know! This a kinda a tricky one is we wanna have delivery etc... |
A PushStatus API was added in #1004. |
I have migrated my parse app successfully to locally setup parse server. I am able to register the device installation and also am able to send pushes from my device to other devices. But the pushes that I send are not saved either on the parse dashboard under push nor in my mognodb in _PushStatus. I am using iOS and below is the code that I have used:
The text was updated successfully, but these errors were encountered: