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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -