Beta from Crashlytics fail to install build on testers' devices

后端 未结 2 2189
-上瘾入骨i
-上瘾入骨i 2021-02-11 12:53

I\'m sending my app to testers with Beta from Crashlytics which is an amazing tool to do app testing.

I had every new tester\'s device UDID registered in my developer ac

2条回答
  •  离开以前
    2021-02-11 13:30

    Perhaps the provisioning profile embedded in the build has been invalidated. Use Xcode to create a new archive, then use Fabric to upload a new build with that archive.

    Discussion:

    In my case, I had deleted the provisioning profile in the Apple Developer Member Center that had been embedded in each of my Fabric Beta builds. This caused the app testers had previously installed to immediately crash when they tried to launch it (embarrassing). It also caused the "Unable to download app - MyApp could not be installed at this time - Done / Retry" issue when testers tried to (re)install the app via Fabric Beta. Uploading a new build with my new provisioning profile embedded fixed the issue (each tester had to install the new build).

提交回复
热议问题