arcore-unity-extensions icon indicating copy to clipboard operation
arcore-unity-extensions copied to clipboard

Ho to check if a iOS device is arcore-unity-extension compatible

Open alfiolocastro opened this issue 6 years ago • 0 comments

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?

alfiolocastro avatar Nov 01 '19 11:11 alfiolocastro