Not able to install my ARKit supported app in iPhone 6, but demo app by apple is running successfully on same iphone

天涯浪子 提交于 2019-12-11 06:11:54

问题


When I try to install ARKit supported app in iPhone 6 its saying requires the “arkit” capability which is not supported by your's iPhone but then how the demo app of ARKit provided by apple is running on the same iPhone.


回答1:


I had a similar question, although the purpose was different. I hope this answer helps someone:

If you have an iPhone that came out before the iPhone 6S it will not work. However, you can have an app that has ARKit if you remove UIRequiredDeviceCapabilities from the plist. This way you are able to run (although you will not see anything). This allows you to have an app that has ARKit as a bonus (and only enable/disable a button if ARKit can be used)




回答2:


at WWDC 2017, Apple officially announced that minimum device required for ARKit to work is iPhone 6S




回答3:


These are ARKit supported iPhone models. ARKit designed for iPhones and iPad that use the A9, A10 & A11 Processors.

  1. iPhone 6s
  2. iPhone 6s Plus
  3. iPhone SE
  4. iPad(2017)
  5. iPhone 7
  6. iPhone 7 Plus
  7. iPhone 8
  8. iPhone 8 Plus
  9. iPhone X



回答4:


For ARKit 3

People Occlusion and the use of motion capture, simultaneous front and back camera, and multiple face tracking are supported on devices with A12/A12X Bionic chips, ANE, and TrueDepth Camera.

It means ARKit 3 new features will be supported by iPhone XR and greater models.



来源:https://stackoverflow.com/questions/45528366/not-able-to-install-my-arkit-supported-app-in-iphone-6-but-demo-app-by-apple-is

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!