Use 'Replay data' in standalone react-native app

With the RealityComposer I could get my react-native app to replay the recorded scene through Xcode.

Question -- Is using the replay data supported in standalone app with no reliance on Xcode?

Why? I am looking to automate our Augmented Reality tests in lab's physical devices that won't be physically moving for plane detection.

In ARCore there are APIs to support record and playback for end-users. But could not find anything for ARKit except for Xcode way described here.

The replay data can only be used through Xcode. Please file an enhancement request using Feedback Assistant.

I’ll also mention that it is technically possible for you to “record” the data you require for testing from an ARSession by serializing the data you need from the ARFrames and writing it to disk in some format, but you’d then have to also build out your own infrastructure to “replay” that data, and this can get pretty complex (and you wouldn’t really be testing the same code if you took this path).

Use 'Replay data' in standalone react-native app
 
 
Q