gpt4 book ai didi

ios - Fabric.io 实现(AppDelegate)

转载 作者:可可西里 更新时间:2023-11-01 03:09:26 26 4
gpt4 key购买 nike

我正在尝试将 Fabric 实现到我的应用程序中。问题是,该应用程序无法正常工作,我不知道要在我的 AppDelegate 中放置什么代码。我在网上找不到任何信息,我应该在那里实现什么。谁能给我一个提示,我应该在我的 AppDelegate 中实现哪些功能?

Fabric screenshot

最佳答案

假设您使用构建脚本来设置 Fabric,它将在您的项目的 info.plist 中放置适当的 consumerKeyconsumerSecret

您可以使用此方法初始化 Fabric:

swift

Fabric.with(Twitter(), Crashlytics()) // Add whichever Kits you are using

objective-c

[Fabric with:@[[Twitter sharedInstance]]] // Add whichever Kits you are using

仔细检查您的 plist 是否包含 Fabric 条目,并将这行代码添加到您的 application:didFinishingLaunchWithOptions: 方法中。

https://dev.twitter.com/twitter-kit/ios/configure

关于ios - Fabric.io 实现(AppDelegate),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28716688/

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