0

I have an InstanceID. I get two differentt tokens for a different app server:

token1 = instanceID.getToken()
token2 = instandeID.getToken()

Can I delete a specific token, for example token1?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
asdas
  • 33
  • 2
  • 6

1 Answers1

0

You could with deleteInstanceId. Although this would resort in the InstanceId service to generate a new one.

It's intended behavior for each server to generate it's own Registration token for each app instance.

AL.
  • 36,815
  • 10
  • 142
  • 281