Open farhodyusupov opened 10 months ago
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
Anyone managed to find solution? @hlefe I use ar_flutter_plugin_flutterflow, can you please let us know how to inititiate with the Arcore API?
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/"