简体   繁体   English

Fabric.io 中的 API key 和 Build Secret 有什么区别?

[英]What is the difference between API key and Build Secret in Fabric.io?

I am using Crashlytics tool from fabric.io in an android app.我在 Android 应用程序中使用了来自 fabric.io 的 Crashlytics 工具。 I have put the API key in the manifest file.我已将 API 密钥放在清单文件中。 Fabric also provides a build secret string. Fabric 还提供了一个构建秘密字符串。 But there is no instruction to use it.但是没有使用说明。 May be Fabric is assuming that users have prior knowledge about using BUILD SECRET.可能是 Fabric 假设用户有使用 BUILD SECRET 的先验知识。 I have no idea what a build secret string is and where to use it in android projects.我不知道构建秘密字符串是什么以及在 android 项目中在哪里使用它。 Can anyone tell me what is BUILD SECRET in Fabric.io and where it is used in android project?谁能告诉我 Fabric.io 中的 BUILD SECRET 是什么以及它在 android 项目中的使用位置?

Thanks in advance提前致谢

Mike from Fabric here.来自 Fabric 的 Mike。 The build secret is used when distributing your apps through Beta to ensure that only folks that have access to both the API key and build secret can distribute your apps.在通过 Beta 版分发您的应用程序时使用构建密码,以确保只有有权访问 API 密钥和构建密码的人才能分发您的应用程序。 You can include the build secret in a Fabric.properties file that is referenced when distributing through Beta.您可以在通过 Beta 分发时引用的 Fabric.properties 文件中包含构建机密。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM