simonnilsson / ios-uploader

Easy to use, cross-platform tool to upload iOS apps to App Store Connect.
MIT License
168 stars 27 forks source link

Project idea #24

Open electro-logic opened 3 months ago

electro-logic commented 3 months ago

I really appreciated ios-uploader,

What about a new project to download crash reports from the App Store Connect?

In XCode reports are available under Window / Organizer / Crashes but if development is on Windows there are no options to download them

simonnilsson commented 2 months ago

Hi @electro-logic, I see how this can be useful, unfortunately I don't have any active apps that have any available crash reports, so even if I was able to reverse engineer the API for crash reports I would have no way to test or verify it.

If you interested in taking on this project yourself your welcome to use the code in this project as a base, you might also want to take a look at spaceship (part of fastlane) that does similar stuff, but written in Ruby. https://github.com/fastlane/fastlane/tree/master/spaceship

I believe you can get crash analytics already using spaceship, but not the actual crash reports.

electro-logic commented 2 months ago

Hi @simonnilsson, thank you for the link to the spaceship project. Unluckily I don't have a Mac to collect the API calls.