Crashlytics iOS应用程序的多个环境和组织?

时间:2019-01-02 14:47:15

标签: ios xcode crashlytics google-fabric

在我们的应用程序中,我们有四个配置,分别是调试,开发,登台和生产。我们必须创建组织并添加了应用程序。我遵循以下链接: Fabric Crashlytics multiple environments for iOS app

1.  add custom user-defined setting to the Build Settings, e.g. MY_CRASHLYTICS_API_KEY and MY_CRASHLYTICS_BUILD_SECRET
2.  replace concrete APIKey in Info.plist under Fabric group with ${MY_CRASHLYTICS_API_KEY}
3.  add respective API Keys and Build Secrets from organisations you have created per the environment to Build Settings under the key from Step 1
4.  change the script in Run Script phase to be something like the below

但是当我尝试参考链接中的第五点在Mac小部件中添加应用程序时,我的应用程序不可用。如何添加应用程序?谁能指导我?

0 个答案:

没有答案