gpt4 book ai didi

android - 以数字方式将 Fabric Android 应用程序与 iOS 应用程序集成

转载 作者:行者123 更新时间:2023-11-29 01:20:04 25 4
gpt4 key购买 nike

集成两个应用程序时,必须添加数字 key 和 key 。在 swift 中有一个函数可以做到这一点:-

 // Swift
Digits.sharedInstance().startWithConsumerKey("your_key", consumerSecret: "your_secret")

所以我在文档中搜索以找到 android 的等效代码。但是还没有找到代码。那么如何在我的 Android 应用程序中添加 iOS 应用程序数字 key 和消费者 key 呢?

最佳答案

我向 Fabric 团队询问了这个问题。问题是他们没有明确提到我们可以在 TwitterAuthConfig 中使用数字 key 和 secret 。他们告诉我:-

you should use your Twitter or Digits consumer key and secret in TwitterAuthConfig("consumerKey", "consumerSecret") I'll let the team know that this was confusing.

所以您可以简单地在此处添加您的 Digit 消费者 key 和消费者 secret :-

TwitterAuthConfig authConfig =  new TwitterAuthConfig("consumerKey", "consumerSecret");
Fabric.with(this, new TwitterCore(authConfig), new Digits());

关于android - 以数字方式将 Fabric Android 应用程序与 iOS 应用程序集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37348093/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com