submit app to crashlytics

前端 未结 4 1285
一生所求
一生所求 2021-02-20 15:35

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 Cr

相关标签:
4条回答
  • 2021-02-20 16:11

    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.

    0 讨论(0)
  • 2021-02-20 16:19

    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!

    0 讨论(0)
  • 2021-02-20 16:21

    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!

    0 讨论(0)
  • 2021-02-20 16:23

    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.

    0 讨论(0)
提交回复
热议问题