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

ARCore 1.33 Cloud Anchor endpoint changes #217

Open
farhodyusupov opened this issue Jan 24, 2024 · 1 comment
Open

ARCore 1.33 Cloud Anchor endpoint changes #217

farhodyusupov opened this issue Jan 24, 2024 · 1 comment

Comments

@farhodyusupov
Copy link

I spend 3 week to find this.
I have found that Google updated endpoints, so please update it in library asap.

In JWTGenerator swift file line 47 change to this:

let jwtTokenClaims = JWTTokenClaims(iss: clientEmail, sub: clientEmail, iat: Date(), exp: Date(timeIntervalSinceNow: 3600), aud: "https://arcore.googleapis.com/")

"https://arcorecloudanchor.googleapis.com/" -> "https://arcore.googleapis.com/"

@hlefe
Copy link

hlefe commented Feb 20, 2024

Hello, since there hasn't been an update for over a year, here is a solution.
I forked the plugin, updated it with the latest APIs, and republished it here :
https://pub.dev/packages/ar_flutter_plugin_flutterflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants