Titanium/ArrowDB Query channels for token based push notification subsription

58 Views Asked by At

With Titanium is there a way for a mobile user to query push notification channels for his device if he has subscribed by device token ? In the API there is a query function which requires querying but requires login.

1

There are 1 best solutions below

2
On BEST ANSWER

This function should do exactly the required thing: http://docs.appcelerator.com/arrowdb/latest/#!/api/PushNotifications-method-query

But, to be honest, just a couple of hours ago I recognized that it only worked for me as long as I was admin user. For normal users it doesn't return the channels, I'm working on that topic to find the issue.

EDIT: Sorry, just read in your question you search for something without login, I think that's not possible.