Reputation: 3778
Goal: Create many fake users for development testing.
What I did: Added 4 test users with different names on Cloudkit Dashboard as bellow:
Result: The 4 created users show up on app with same name (always the name of the last one created).
Question: Is it possible to create multiple test users on Cloudkit Dashboard?
Upvotes: 0
Views: 318
Reputation: 14070
The way I create test users for CloudKit apps is by adding Apple IDs I own as admins of my app in App Store Connect: https://appstoreconnect.apple.com/access/users
Then in the CloudKit Dashboard, I go to Container Permissions and give them access to the CloudKit container. I then sign them in on test devices using my app.
This might be more convoluted than you want, but if you don't manually manage users in your app, it might be the only way.
Upvotes: 1