tags:

views:

32

answers:

2

How to send Notification to all those users who have downloaded my applications from apple store ??

Do i need to know users device ID or Device Token to send notifications to them ?

+1  A: 

Use Push Notifications.

Alternatively (another meaning): Write them a note in an update. Or write it in the app description in the app store.

nevan
+1  A: 

Assuming that you're referring to push notifications, you'll need to have the users' device tokens in order to send a notification to their devices.

Robot K