submit app to crashlytics

核能气质少年 提交于 2019-12-05 18:06:19

问题


When I added a new configuration to my current iOS app and built, packaged it correctly, but it failed to deploy onto crashlytics:

Deploying the app 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: Unable to add release notes: Project OMQA is inactive 2015-04-15 22:23:26.167 submit Crashlytics: Failed to add notes to the release A problem with crashlytics occured while deploying

Is that the problem of the package?


回答1:


Alex here from Crashlytics. It looks like your app is still in a build state. Before submitting, run it locally first. Give that a try and you should be all set!




回答2:


I had the same issue, now solved: Incorrectly merged project did contain our developer's private Fabric/Crashlytics API Key/Secret instead of our Enterprise one.




回答3:


I have resolved the issue by using correct API key and secret (organizational instead of developers') and discussed this with Mr. Bonnell on Support. The API error should become more explanatory soon. Sorry for not sharing the package name here, it's confidential.




回答4:


I solve my problem just:

  1. Going to https://fabric.io
  2. Click in Settings
  3. Click Apps
  4. Select you app
  5. Versions

Check if the version that you're trying to distribute is active! You can check in Hidden Versions and just toggle the version to Version Enabled!



来源:https://stackoverflow.com/questions/29664478/submit-app-to-crashlytics

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!