0

I have added the UserId (email) in app center sdk using AppCenter.SetUserId("your-user-id"); Now I want to remove these userid from app center sdk. I am not seeing any method for this.

Also, As per my understanding whenever we add user using AppCenter.SetUserId("your-user-id"), it mapped some user device information like device unique id to user id. So I wanted to remove these device from specific userId in App Center Push notification. Thanks

2 Answers2

0

you could refer to the App Center Api

and check the Delete method,is this interface https://openapi.appcenter.ms/#/account/users_removeFromOrg what you want ?

Leo Zhu
  • 15,726
  • 1
  • 7
  • 23
0

I think you could try AppCenter.SetUserId("") to unset it.

sud007
  • 5,824
  • 4
  • 56
  • 63