iphone - Apple Push Notifications to specific Users -


as far understand apn's can send them app not specific user uses app.

is there way of sending apn's specific users use app? can't think of way of doing this...

greetz

apns not broadcast medium. as says in documentation:

apple push notification service transports , routes notification given provider given device.

when send notification server, 1 of paramters device id.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -