are push notification tokens unique across all apps for a single device?
- by scootklein
i will have multiple applications on the app store and 1 urban airship account to send push notifications to all of these devices. what i want to know is if each apple device has the same "push token" across all applications? this is more of a database architecture thing so that I don't duplicate a push token many times if one single device uses many of my apps
if each apple device generates a unique push token for each application it has installed my architecture needs to change.