Unity ver. 2023.3.0b5
AR Foundation ver. 6.0.0-pre.6
ARKit XR Plugin ver. 6.0.0-pre.6
Hello all,
Recently, Apple rejected my app, stating that it includes the TrueDepth API. However, my app solely utilizes plane detection, and there are no face tracking references in my scene that could potentially trigger the TrueDepth API problem.
Upon researching older forum posts and GitHub discussions, I found that the Unity development team mentioned separating the Face Tracking package to address this issue. However, the project I’m working on is the sample project I downloaded from Unity’s GitHub repository, and there is no “Face Tracking Package” available for me to remove.
Furthermore, it is explicitly stated in the “Apple ARKit XR Plugin” description that face tracking is included in the package, making it impossible for me to remove it without eliminating the entire ARKit package.
I attempted to remove the libUnityARkitFaceTracking.a directly within Xcode, but the project fails to compile if I do so.
Could you please advise on how I should proceed?