Connecting to iTunes Connect now results in a 412 error.
const i = new itc.Itunes(
config.appstore.login,
config.appstore.password,
{
errorCallback: reject,
successCallback: () => resolve(i),
}
);
Will reject with StatusCodeError: 412 - {"authType":"sa"} error.
See the PR below for a possible fix:
#52
Connecting to iTunes Connect now results in a 412 error.
Will reject with
StatusCodeError: 412 - {"authType":"sa"}error.See the PR below for a possible fix:
#52