How to test CKShare between two users

I have only one phone and Apple ID. I want to test CKShare between two users. Do I need two phones? Do I need two different Apple IDs? I read that two Apple IDs cannot share same phone. Can someone tell me what is the best way to test CKShare between two users on my development environment

Replies

You can use your Mac as a second device. Set up a different user account und log in with a different Apple ID. Then you can run your app in the Simulator and share content from there. Print the sharing URL in Xcode and send it to your iPhone to accept the share.
thank you