- Added JWT token authentication support through
SitumPlugin.setToken()and the new optionalSitumProvider.tokenproperty. - MapView authentication can now be updated at runtime when using JWT token authentication.
- The most recently updated credential becomes the active authentication method, regardless of whether it is added through a
SitumPluginmethod or via aSitumProviderprop.
SitumProvider.apiKeyis now optional. If no credentials are available when the MapView loads, it waits until authentication is provided.- Updated the example application React Native from 0.79.1 to 0.83.10 to fix an issue that prevented the app from compiling on iOS.
- Updated Android example application targetSdkVersion from 35 to 37.