Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing ARKit without iPhone6s or newer

I am before decision to download Xcode9. I want to play with new framework - ARKit. I know that to run app with ARKit I need a device with A9 chip or newer. Unfortunately I have an older one. My question is to people who already downloaded the new Xcode. There is a possibility to run ARKit app in my case? Any simulator for that or something else? Any ideas or will I have to buy new device?

like image 244
Kamil Harasimowicz Avatar asked Jun 15 '17 12:06

Kamil Harasimowicz


2 Answers

ARKit is available on any iOS 11 device, but the world tracking features that enable high-quality AR experiences require a device with the A9 or later processor.It is Necessary to update your device with iOS 11 beta.

like image 151
Nirmal Bajpai Avatar answered Sep 23 '22 12:09

Nirmal Bajpai


There is another problem due to iOS11 beta1 bug, iOS 11 Beta 1 Release Notes And Known Issues According To Apple

snapsoht image

This means you need an iPhone 6S or better to use ARKit(ARSessionConfiguration) at the current time. Until the iOS11 beta2 release...

2017.07.13 update

My iphone6 had update to iOS11 beta3, and it can run ARWorldTrackingSessionConfiguration, amazing!

2017.09.07 update

iphone6 can not run ARWorldTrackingConfiguration in recently iOS11 beta...... :(

like image 45
T.c. Hung Avatar answered Sep 23 '22 12:09

T.c. Hung