{"id":19923136,"url":"https://github.com/mapp-digital/mappintelligence-ios-v5","last_synced_at":"2025-05-03T07:31:04.234Z","repository":{"id":40685619,"uuid":"231559636","full_name":"mapp-digital/MappIntelligence-iOS-v5","owner":"mapp-digital","description":"version 5 of SDK","archived":false,"fork":false,"pushed_at":"2025-04-28T14:42:17.000Z","size":24204,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-28T14:54:41.785Z","etag":null,"topics":["carthage","cocoapods","oclint","sdk","travis-ci"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapp-digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-03T09:55:02.000Z","updated_at":"2025-04-28T14:42:21.000Z","dependencies_parsed_at":"2022-08-30T18:50:32.320Z","dependency_job_id":"58745021-4367-4a08-a62b-5a1ea183cc52","html_url":"https://github.com/mapp-digital/MappIntelligence-iOS-v5","commit_stats":{"total_commits":524,"total_committers":10,"mean_commits":52.4,"dds":0.6946564885496183,"last_synced_commit":"15a757307518e72e2f6585f546b57104067022d5"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMappIntelligence-iOS-v5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMappIntelligence-iOS-v5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMappIntelligence-iOS-v5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMappIntelligence-iOS-v5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapp-digital","download_url":"https://codeload.github.com/mapp-digital/MappIntelligence-iOS-v5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252156818,"owners_count":21703359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carthage","cocoapods","oclint","sdk","travis-ci"],"created_at":"2024-11-12T22:13:08.237Z","updated_at":"2025-05-03T07:30:59.225Z","avatar_url":"https://github.com/mapp-digital.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MappIntelligence Tracking Library\n\n[![Build Status](https://travis-ci.com/mapp-digital/MappIntelligence-iOS-v5.svg?branch=master)](https://travis-ci.com/github/mapp-digital/MappIntelligence-iOS-v5)\n\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/MappIntelligence.svg?style=flat)](https://cocoapods.org/pods/MappIntelligence) ![SPM](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat) ![Platform support](https://img.shields.io/badge/platform-ios-lightgrey.svg?style=flat)\n\nThe MappIntelligence SDK allows you to track user activities, screen flow and media usage for an App. All data is send to the MappIntelligence tracking system for further analysis.\n\n# Requirements\n\n| Plattform | Version            |\n|-----------|-------------------:|\n| `iOS`     |            `12.0+` |\n\n\n# Installation\n\n[CocoaPods](https://www.cocoapods.org) (*Podfile*):\n\n`pod 'MappIntelligence'`\n\n[Swift Package Manager](https://swift.org/package-manager/)(*Swift Package Manager*):\n\nThe *Swift Package Manager* is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but Alamofire does support its use on supported platforms.\n\n\nOnce you have your Swift package set up, adding MappIntelligence as a dependency is as easy as adding it to the dependencies value of your Package.swift.\n\ndependencies: [\n    .package(url: \"https://github.com/mapp-digital/MappIntelligence-iOS-v5.git\", .upToNextMajor(from: \"5.0.12\"))\n]\n\n# OCLint\n\nWe use Oclint from [OCLint](http://oclint.org). \nDetails about the specific settings for this project can be found in the `.oclint.yml` file.\n\n# Travis CI\n\nWe use [Travis CI](https://travis-ci.org/) to check the code for inconsistencies and running the linter \u0026 tests. \nDetails about the specific settings for this project can be found in the `.travis.yml` file.\n\n# Migrating from Webtrekk SDK V4\n\nThe Mapp Intelligence SDK v5 offers the possibility to migrate from Mapp Intelligence v4 without losing user data, meaning you will not lose historic data when updating to the new version. The option is disabled by default and needs to be manually enabled in the global configuration. Please use the function below to update from version 4 to version 5 without data loss:\n\n```swift\nMappIntelligence.shared()?.shouldMigrate = true\n```\n\n# SSL\n\nAs of iOS 9 Apple is more strictly enforcing the usage of SSL for network connections. MappIntelligence highly recommends and offers the usage of a valid serverUrl with SSL support. In case there is a need to circumvent this. The App will need an exception entry within the `Info.plist`. Apple's regulations about this are well documented within the [iOS Developer Library](https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33)\n\n# Example App with functionality\n\nFor an example app of the functionality in this SDK see: https://github.com/mapp-digital/MappIntelligence-iOS-v5/tree/master/MappIntelligenceDemoApp\n\n# License\n\nSee the [LICENSE](https://github.com/mapp-digital/MappIntelligence-iOS-v5/blob/master/LICENSE.md) file for license rights and limitations (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmappintelligence-ios-v5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapp-digital%2Fmappintelligence-ios-v5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmappintelligence-ios-v5/lists"}