9to5/pushr-gcm

How do you create GCM Feedback objects?

jim0020 opened this issue · 1 comments

The APNS side of the house provides ConfigurationApnsFeedback.create to define a feedback object in Redis. How do we do the same for GCM? I don't see any feedback running for Gcm, so I assume I need to create a Feedback object in Redis.

APNS has a separate protocol where the feedback is queued until you fetch it (not in sandbox mode). This is where the ApnsFeedback service is for. GCM works differently, it directly responds with the feedback upon sending a message. Therefore it doesn't need a separate feedback service.