Submit Crash Test App

When I added the new configuration to the current iOS application and built it, it was packaged correctly, but it was not able to deploy it to crashlytics:

Deploying the application on Crashlytics ... 2015-04-15 22: 23: 20.593 submit Crashlytics: Crashlytics.framework / submit 1.3.1 (11) 2015-04-15 22: 23: 26.167 Submit Crashlytics: Failed to add release notes : Project OMQA inactive 2015-04-15 22: 23: 26.167 submit Crashlytics: Failed to add release notes During deployment

there was a problem with crashlytics

Is this a package problem?

+10
ios crashlytics
source share
4 answers

Alex is here from Crashlytics. It looks like your application is still in a build state. Before sending, first run it locally. Try it and you must be tuned!

+17
source share

I had the same problem, now resolved: The improperly integrated project contained our own developer API / Crashlytics Developer API / Crashlytics instead of our Enterprise.

+1
source share

I solved the problem using the correct API key and secret (the organizer, not the developers), and discussed this with Mr. Bonnell for support. An API error should become more detailed soon. Sorry that the package name is not specified here, it is confidential.

0
source share

I solve my problem simply:

  1. Going to https://fabric.io
  2. Click in settings
  3. Click Applications
  4. Choose your application
  5. Versions

Check if the version you are trying to distribute is active! You can check hidden versions and just switch the version to Version Enabled !

0
source share

All Articles