Our app has free and licensed users. For licensed users a named user license is used. For free users, we use a license string. With the free users using a license string we cannot load Esri basemaps without adding our API Key to the app. However, adding the API Key seems to also override a Name Users license so they cannot load there private secure maps. Our workaround is to remove the API Key once the user logs in but this is not ideal. Is there a better way to handle this?
Thanks!