Hi, noob here.
I have created an Location Platform Account (or so I think... by the way, how can I check what type my account is?).
Then I followed this tutorial to create an API key:
https://developers.arcgis.com/documentation/security-and-authentication/api-key-authentication/api-key-credentials/
And followed this tutorial to create WPF app with a simple map:
https://developers.arcgis.com/net/maps-2d/tutorials/display-a-map/
But when I run the app, it shows MainWindow, with the text "powered by Esri" in bottom-right corner, but no map is shown.
In output window, it says "The provided APIKey is invalid, expired or does not have access to the resource."
What am I doing wrong?
note - when creating the API key, in the Referrers step, I did put "*", as I am not sure what to write there... (my app is WPF, so no domain involved...?¿)