arcore-unity-extensions
arcore-unity-extensions copied to clipboard
Ho to check if a iOS device is arcore-unity-extension compatible
With old arcore plugin the compatibility on ios was checked using this piece of code:
AsyncTask<ApkAvailabilityStatus> checkTask = GoogleARCoreInternal.ARCoreIOSLifecycleManager.Instance.CheckApkAvailability();
There's a way to get the same using arcore-unity-extension?