I have been testing some new features using the live instance of PlayFab. The live instance I am testing against does not have any apps attached that use custom id logins. For my tests, I have been using the custom login so that it does not fall in the analytic categories of the live logins. (Playfab username, email, iOS, Android, etc...) I would like to look at a list of my test accounts only. Is there a way for me to search for players with a Custom Identity?
Answer by SethDu · Dec 17, 2018 at 02:14 AM
PlayFab does not support searching an account via Custom ID. If you want to maintain a list of accounts, a suggestion is using player segmentation.
For example, you can create a new segment and set the filter like ‘Tag’ ‘is’ ‘testaccount’, and then add ‘testaccount’ Tags to those players so that they will be categorized into a same segment. You can use PlayFabServerAPI.GetPlayersInSegment to retrieve a list of accounts you need.
Recommendations for handling access permissions in custom tools 1 Answer
Getting player drop offs from events 1 Answer
Player Data Backup & Reroll capability 1 Answer
Player Data Value Size is zero,Player data value size is zero 1 Answer
What is the name of the data point relating to a user's session? 1 Answer