My question is, it appears to be a CesiumJS build/distribution by name (so the open soure version), so why is a Cesium ION credit banner displayed in the canvas?
Reformulating the question, is there a build available that you can cross-link and that only uses free features of CesiumJS?
Related to the question, which tile services are also free to use / royalty free? is there a list available?
The following code example turns off all resources from Cesium ion: https://sandcastle.cesium.com/index.html?src=Offline.html . That covers removing the default imagery layer, the geocoder, and the base layer picker (which would allow your users to select an imagery layer from ion even if you didn’t explicitly add it to your app).
Thanks, I actually did set already baseLayerPicker and geocoder to false and chose my own tile service, still , also in the sandcastle link you provided, CESIUM ion is displayed in the bottom left corner. What am I missing?