Closed tjvantoll closed 5 years ago
I'm afraid it's this one: https://stackoverflow.com/questions/57893809/is-arkit-3-people-occlusion-restrict-to-iphone-x-and-newer
So it's related to 'WORLD' tracking (and indeed that demo (and the solarsystem one)) uses that feature.
So people occlusion is not supported by your device and I didn't see it because oddly enough we don't have the same devices currently! 😘(11 Pro here). I can reproduce this by deploying to my iPad Pro running iOS 13.
I (the plugin) assumed this was an iOS 13 feature, but it's actually more restrictive. Let me add a check and push a new release.
Should be good now (1.0.1 / update the repo)!
Perfect! This indeed fixed both the Pokémon and solar system demos for me 🤘
And let’s be honest, the real issue here is I somehow didn’t upgrade my phone when you did. I might need to fix that.
HAHA yes, focus on the right things mate - click, click: https://www.apple.com/shop/buy-iphone/iphone-11-pro
Which platform(s) does your issue occur on?
Physical iPhone X running iOS 13.1
Please, provide the following version numbers that your issue occurs with:
CLI: 6.1.0 Other versions will be latest because this occurs in the demo app.
Please, tell us how to recreate the issue in as much detail as possible.
I run the Pokémon demo from a fresh clone of the repo using
npm run demo.pokemon.ios
in thesrc
directory.The “augment card” and “search by card” pages work great, but as soon as I tap on “Try before you buy” the app crashes with this error.