I’ve having issues with these code
if (window["XAPKReader"]) {
window["XAPKReader"].downloadExpansionIfAvailable(function () {
console.log("Expansion file check/download success.");
}, function (_error) {
console.log(_error);
});
}
It always output “Expansion file check/download success.” even if there is no obb file available.