I have an app that has multiple different Targets. Each Target has its own App Identifier (com.sample.app1, com.sample.app2 ...)
I am finding that when I install Ad Hoc / App Store versions of the different Targets on the same device, each Target is being assigned the same Push Notification Token. I can use this token in combination with each Target's Push Notification Certificate and it works correctly (pushes to the specified Target), but am I doing something incorrect? I had expected each Target to be assigned a different Push Notification Token.