2

If I distribute two apps x and y (under the same developer account), will a user who has both apps installed have the same token for both apps?

lf215
  • 2,245
  • 5
  • 38
  • 72

1 Answers1

3

A registration token is associated with an app instance -- an app's installation (also mentioned it here). Since it's two different apps, it should generate different tokens.

With that said, I would suggest making different projects per app in your developer account.

AL.
  • 35,361
  • 10
  • 135
  • 270