Hi, I have a requirement to get list of inactive ios and andriod channels and clean up my database.
What I found is there's a feedback service which gives inactive device tokens.
GET /api/device_tokens/feedback/?since=(timestamp)
But I'm storing ios channels in my database and can not delete inactive channels as I don't have device tokens for those channels.
I don't see any api service that will give me a device token based on ios channel id.
Is there any way to get a list of inactive ios and andriod channels ?
Comments
3 comments