UserX 2.2.3

UserX 2.2.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2024

Maintained by UserX, UserX.



UserX 2.2.3

  • By
  • UserX

Watch every user in action and understand exactly how they use your app, which problems they’re facing, and get insights how to fix them.​ See the app through your users’ eyes to pinpoint usability, UX and performance issues.

UserX

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CocoaPods

UserX is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "UserX"

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate UserX into your Xcode project using Carthage, specify it in your Cartfile:

binary "https://raw.githubusercontent.com/UserXMetrica/UserX/master/UserX.json"

Setup

In app delegate your application, add:

import UserXKit

In method application:didFinishLaunchingWithOptions add a line:

UserX.start("YOUR_API_KEY")

You can pass the id of the user, your application using a line of code:

UserX.userId = "YOUR_INTERNAL_USER_ID"

Author

UserX, [email protected]

License

UserX is available under the MIT license. See the LICENSE file for more info.