JanHalozan / iTunesConnectAnalytics

NodeJS package for iTunes Connect app analytics API
Other
143 stars 44 forks source link

Using API key instead of 2FA #41

Open lozo2010 opened 4 years ago

lozo2010 commented 4 years ago

I have an account with 2fa, which I cannot disable. Could this utility be implemented with an api key?

JanHalozan commented 4 years ago

What do you mean by an API key? This module supports 2FA.

ChaosCoder commented 4 years ago

I guess they means this: https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api

lozo2010 commented 4 years ago

That's right, I need to automate the process, and I can't disable 2FA

meip commented 3 years ago

Any update or plans to go forward on this one?

mica83 commented 3 years ago

In this similar project there is authentication with Api key. Unfortunately this project doesn't have analytics data but it's good for extract and copy login process with api key. Who can do?

https://github.com/aaronsky/appstoreconnect

Reiszecke commented 3 years ago

The App Store Connect API does not include analytics. This is why using an API key is not possible unless the API response would somehow return cookies but I don't remember this to be the case.