nicolasgomollon / AppSales-Mobile

AppSales allows iOS and Mac App Store developers to download and analyze their daily and weekly sales reports from iTunes Connect.
39 stars 10 forks source link

Provider ID auto complete not working #64

Open ddaddy opened 2 years ago

ddaddy commented 2 years ago

I've just created a new dev account and can't get it setup in this app as the Provider ID doesn't auto complete.

ddaddy commented 2 years ago

It seems the login auth flow has changed again as it returns unauthorised.

I've tried proxying requests but I think they use cert pinning. You obviously have the magic needed to peek into these requests.

Any chance you can take a look?

ddaddy commented 2 years ago

If anyone else is adding a new account to this app, I have found a way to find the Provider ID.

Log into your account in Safari (go to App Store Connect). Right click on the page and select Inspect Element Select the Storage tab Select the Session Storage from the left You will see pId ] Add the pId to the app and sales reports will now download.

ddaddy commented 1 year ago

It seems this is the same issue as https://github.com/nicolasgomollon/AppSales-Mobile/issues/55

I got a new device, added my 2 accounts and the account with device 2fa fetched the ID's and Tokens just fine. The one with SMS 2FA didn't and I had to manually add them.