Override the app identifier returned by getIdentifier(). Pass null to reset to the default fallback behavior.
getIdentifier()
null
import { setAppIdentifier } from "webtau/app";setAppIdentifier("com.example.mygame");setAppIdentifier(null); // reset Copy
import { setAppIdentifier } from "webtau/app";setAppIdentifier("com.example.mygame");setAppIdentifier(null); // reset
Override the app identifier returned by
getIdentifier(). Passnullto reset to the default fallback behavior.