Reiszecke

Results 41 comments of Reiszecke

It seems like the lib supports cookies, but it doesn't write them out of the box. The `successCallback` carries them over but that's not used in the examples. What you...

The cookie passed to the successCallback only seems to be valid for a few hours at most. `analytics.js` seems to cut down on this a lot, I will try what...

I have now attempted to do the "full" `cookies` object instead of only doing myacinfo. Will see whether that helped tomorrow. Additionally I found some reading material https://github.com/fastlane/fastlane/issues/14301 love the...

Neither using the complete set of cookies, nor pinging every 10 minutes works. The ping worked for a few hours and returned results but after like 4-6 hours it broke...

Hopefully the last update: https://github.com/andrewstoliarov/iTunesConnectAnalytics seems to work very stable. Andrew did not document the usage so here a small quick start for everyone: ``` var cookies = {} function...

@andrewstoliarov do you mind de-forking since this repo here appears to be abandoned?

@doguh sorry for the @ but you seem to be the only active contributor at this point. Do you have some info on https://github.com/JanHalozan/iTunesConnectAnalytics/issues/43 ? My best guess is that...

How did you manage to make an account without 2FA tho? I would love to just do that tbh

Hey @doguh I found this fork which has it all apparently - https://github.com/JanHalozan/iTunesConnectAnalytics/issues/43#issuecomment-910428325 Just letting you know you may want to fetch/merge some commits into your repo too

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...