Crashlytics / Fabric Beta Distribution with Xcode 8

How to create a beta build with Crashlytics / Fabric in Xcode 8? Can I use Automatically manage signing or do I need to do this manually, as in Xcode 7 and earlier?

Currently the tester is getting Download problem detected , and I'm using Automatically manage signing , but I don't know if this is related to this ...

+6
source share
1 answer

Unfortunately, you cannot use automatic signing.

You need to select the appropriate adhoc certificate / Provision profile and create a specific assembly that will be distributed using Crashlytics.

I assume that the download problem is caused by the lack of a device identifier in the certificate.

0
source

Source: https://habr.com/ru/post/1012032/


All Articles