-
Notifications
You must be signed in to change notification settings - Fork 123
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
Bug(Android): SDK Registry token is null #787
Comments
Seems like you actually need the "SDK Registry token" even though the documentation says otherwise. I tried calling the SDK without the token manually and it returned 403 Forbidden. So I've added the SDK Registry token according to some old tutorials and it works like a charm. Here is a simple breakdown what to do:
|
@JakubBatel |
@YuuWoods No doubt there is some issue on the Mapbox side. I just wanted to provide temporary solution for you and anyone else who will stumble upon this issue. I hope they will fix it soon life without the SDK registry token would be much nicer 😄 |
@JakubBatel |
Hi @YuuWoods, we have addressed in #789 to remove the SDK registry token requirements in build script, could you please checkout v2.5.0-rc.1 to confirm this? |
@maios It would be helpful if you could tell us when the official release will be. |
I downloaded mapbox-maps-flutter2.4.1 from below, opened the example folder in Android Studio and tried to build it on Android.
https://github.com/mapbox/mapbox-maps-flutter
I could not build it with the following error
I followed the documentation below.
https://docs.mapbox.com/flutter/maps/guides/install/
There is no mention of “SDK Registry token” in this document, and the CHANGELOG.md for mapbox-maps-flutter states the following.
It would be helpful if you could please fix this.
The text was updated successfully, but these errors were encountered: