Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: don't ask for permission on startup #152

Merged
merged 5 commits into from
Feb 21, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update
  • Loading branch information
macrozone committed Feb 21, 2018
commit ee60c88e75e034723007d171576844e13ce5f498
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -546,8 +546,8 @@ It uses https://developer.apple.com/documentation/scenekit/scnscenerenderer/1522

#### Which permissions does this use?

- *camera access* (see section iOS Project configuration above). The user is asked for permission, as soon as you mount an `<ARKit />` component or use any of its API. If user denies access, you will get an error in `onARKitError`
- *location service*: only needed if you use `ARKit.ARWorldAlignment.GravityAndHeading`.
- **camera access** (see section iOS Project configuration above). The user is asked for permission, as soon as you mount an `<ARKit />` component or use any of its API. If user denies access, you will get an error in `onARKitError`
- **location service**: only needed if you use `ARKit.ARWorldAlignment.GravityAndHeading`.

#### Is there an Android / ARCore version?