Answers 1.4.1

Answers 1.4.1

TestsTested
LangLanguage Obj-CObjective C
License Commercial
ReleasedLast Release Sep 2020

Maintained by Fabric.



Answers 1.4.1

  • By
  • Google

Answers Header

Part of Google Fabric, Answers is real-time mobile analytics that you don't need to analyze. It was created to make understanding your user base incredibly simple -- so you can spend your time building amazing experiences in your product, not digging through data.

Setup

  1. Visit https://fabric.io/sign_up to create your Fabric account and to download Fabric.app

  2. Open Fabric.app, login and select the Answers SDK.

    Fabric Plugin

  3. The Fabric app automatically detects when a project uses CocoaPods and gives you the option to install via the Podfile or Xcode.

    Fabric Installation Options

  4. Select the Podfile option and follow the installation instructions to update your Podfile. Note: Answers is included in the Crashlytics Pod. If you only want to use Answers without Crashlytics, the Crashlytics Pod should be removed from your Podfile to avoid duplicate symbol errors.

    pod 'Fabric' pod 'Answers'

  5. Run pod install

  6. Add a Run Script Build Phase and build your app.

    Fabric Run Script Build Phase

  7. Initialize the SDK by inserting code outlined in the Fabric.app.

  8. Run your app to finish the installation.

Resources