An open API service indexing awesome lists of open source software.

https://github.com/surfstudio/ios-analyticsgen


https://github.com/surfstudio/ios-analyticsgen

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Project for generating analytics layer in mobile app

The script written in swift is used to automatically generate the analytics layer for mobile application (both iOS and android).

[Integration](Docs/integration_guide.md)

[Usage guide](Docs/usage_guide.md)

[Config](Docs/config.md)

[Templates](Docs/templates.md)

[Spreadsheet](Docs/spreadsheet.md)

[Common problems](Docs/common_problems.md)

[Release](Docs/release.md)

## Modularity

![Modularity diagram](Resources/Modularity.png)

## Base architecture

![architecture diagram](Resources/BaseClassDiagram.png)

## GoogleTokenProvider

Provider for authorizing user via google with Google OAuth 2.0

![Provider diagram](Resources/GoogleTokenProviderDiagram.png)