What is Umbrella?

There are many tools for mobile app analytics such as Firebase, Google Analytics, Fabric Answers, Flurry, Mixpanel, etc. You might use one or more of those in your application. But most of those SDKs have some problems: if you use multiple analytics tools, your code will be messed up. And the SDKs take event name as a string and parameters as a dictionary which is not guaranteed by Swift compiler. It means that if you change the event definition, you should find all related code by your hand. It has an opportunity that cause a human error. Umbrella uses Swift enums and the associated values to solve these problems.

Features:

  • Taking advantages of Swift compiler by using an enum and associated values.
  • Logging events to multiple analytics providers at once.
  • Creating custom analytics providers.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/devxoul/Umbrella
  • Resource Maker: Suyeol Jeon
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • CocoaPods: Umbrella