are push notification tokens unique across all apps for a single device?
Posted
by scootklein
on Stack Overflow
See other posts from Stack Overflow
or by scootklein
Published on 2010-05-01T20:47:00Z
Indexed on
2010/05/01
20:47 UTC
Read the original article
Hit count: 258
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.
© Stack Overflow or respective owner