diff --git a/TestFlight/TestFlightAccount.js b/TestFlight/TestFlightAccount.js index 403a4f9..6c47d40 100644 --- a/TestFlight/TestFlightAccount.js +++ b/TestFlight/TestFlightAccount.js @@ -94,7 +94,7 @@ async function runs() { } } else if (/\/install$/.test(req.url) && req.body) { req.body = JSON.parse(req.body); - req.body.storefrontId = '143380-1,29'; //prevent regional restrictions + req.body.storefrontId = '143441-19,29'; //prevent regional restrictions req.body = $.stringify(req.body); } else if (/\d+\/eula$/.test(req.url)) { rsp.body = $.stringify(ShareAccount(appID, build));