Pixeland-Tech / SharePlayMock

An extension API of Swift GroupActivities API to make testing SharePlay features in visionOS easier.
19 stars 1 forks source link

Please tell me how to turn on persona. There is a button on facetime to turn it on, but I don’t know how to turn it on in shareplaymock. #11

Open xinyic opened 5 days ago

xinyic commented 5 days ago
          Please tell me how to turn on persona. There is a button on facetime to turn it on, but I don’t know how to turn it on in shareplaymock.

Originally posted by @kanxue2002 in https://github.com/Pixeland-Tech/SharePlayMock/issues/10#issuecomment-2348227610

xinyic commented 5 days ago

In SharePlayMock you don't have persona since persona is only available in facetime and in SharePlayMock you are not having a FT call and if you are testing using a simulator, simulator doesn't have persona anyways. However, this does not affect the testing process, once you've started the SharePlayMock, if everything is implemented correctly, your 3D object should also behave correctly.

Is there a specific reason why you need persona to test your feature/app?