Parse Subscribed Channel not Showing in Channel Li

2019-06-12 18:15发布

问题:

I am trying to setup my app to send push notifications via Parse to my users. Each of my ~56k users is subscribed to a channel unique to their user ID. In my Core tab I see a user subscribed to a specific channel. But when I go to the Push Notification Composer and attempt to filter down by channels, that channel does not show up.

Why would a user show being subscribed to a channel, but that channel is unavailable to selected from the drop down? Also, is there a (relatively easy) way to export all channels that all users are subscribed to?

Thanks, Adam

回答1:

I was able to solve my problem by understanding the data shown in the channel list drop down a little better.

When I began searching for a specific channel and it was not found, the last item in the drop down list is "Add channel_name". Clicking that item will force the entered channel to be selected in the list.

Running a query against the Core data to ensure the channel really has subscribers was also key to ensure the channel existed.

Adam