Does the Parse (objective-c) framework have channel constraints?

Does Parse have a limit on the number of channels I have? I am trying to send push notification to individual users and the only way I know how to do this is to set up a channel for each user. Another question: is there a better way to do this?

+3


source to share


1 answer


I emailed Parse and this was the response I received:

No, there are no channel restrictions. We will soon suggest the best way for a specific user. I'll send you to be notified when it's ready.

EDIT:



Recent letter from Parse about the "best way":

I wanted to inform you that you can now directly access the user on iOS if you are sending notifications via the REST API. This blog post has more information: http://blog.parse.com/2012/07/06/pushing-to-queries-in-ios/ . You can also customize push notifications by device token, geographic region, or whatever data you store on a per-device basis.

+7


source







All Articles