-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Offline manager access token #5058
Comments
Adding this to |
Yep this is related to the original build out of |
I ran into #5108 when testing this issue out. I'm going to try an earlier version of |
We ended up solving the issue in #5108 by reverting the NDK upgrade commit. I'm going to rebase off of |
Just rebased and successfully tested! Should be ready to merge now! |
…and automatically setting it if MapboxAccountManager is in use
The |
MapboxAccountManager
has been added in4.1.0
but we still ask for access token when setting up theOfflineManager
object. We should look into using account manager to handle this in the background so users don't need to callsetAccessToken
still and write something like this:The text was updated successfully, but these errors were encountered: