Skip to content

Contains all the releases and debug versions of Tag Commander's frameworks.

License

Notifications You must be signed in to change notification settings

CommandersAct/pods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY IS DEPRECATED
Please use our newer version here: https://github.com/CommandersAct/iosv5





















alt tag

Developers' Implementation Guide

iOS

Last update : 15/07/2022
Release version : 4

Introduction

TagCommander for mobile is a collection of small SDKs each designed to serve a dedicated purpose. The modules are the following :

Core : Used as a base by the other modules.

SDK : Tag management system collecting data through a server-side approach.

Segment : Get your user segmentation from our servers.

Privacy : Pass the Privacy settings to our tag system

For each of those modules, please check their respective documentation for more information.

Latest available versions

Core : 4.7.9

SDK : 4.6.4

Privacy : 4.9.8

IAB : 4.7.1

Partners : 4.6.5

Segment : 4.3.1

Adding a module to your project

If you want to add a module to your iOS project, you have several possibilities.

- Using cocoapods to manage the dependency.
- Using directly the framework files in your project.

Cocoapods

We renamed all our pods! The names of the pod changed to be able to reflect the exact content of the podspec (and thus preventing the name warning).

All latests now point toward an XCode 12 compiled version. If you still need XCode 11, please check the changelogs and point to the pod inside the latest XCode 11 release available. XCode 11 is not supported anymore and no new releases will be made for it.

pod 'latest-TCCore', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCCore/latest-TCCore.podspec'
pod 'latest-TCSDK', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCSDK/latest-TCSDK.podspec'

You can also point on a specific version (only for the latests builds):

pod 'TCCore', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCCore/4/7/7/TCCore.podspec'
pod 'TCSDK', :podspec => 'https://raw.githubusercontent.com/TagCommander/pods/master/TCSDK/4/6/4/TCSDK.podspec'

Build Variants

We have several variants depending on your needs.

- 1 full vanilla version
- 1 vanilla version with Bitcode enabled
- 1 version without the code to get the IDFA
- 1 version without the code to get the IDFA with Bitcode enabled

The 2 latests variants will not compile anything linked with ASIdentifierManager.

If you're using Trust (Privacy) there is a bit more variants depending on wether you're using IAB or not for your privacy.

XCFramework

The latest version of our modules are always available on our github account: https://github.com/TagCommander/pods

You will always need to at least add the Core module to your project.

Add the modules you need to your project and confirm that XCode really added them for your Target at the following places:

- In the "general" tab under "Linked Frameworks and Libraries"
- In the "Build Phases" tab under "Link Binary With Libraries"
- That the FRAMEWORK_SEARCH_PATHS do include the places where the frameworks are.

Support and contacts

alt tag


Support [email protected]

http://www.commandersact.com

Commanders Act | 3/5 rue Saint Georges - 75009 PARIS - France


This documentation was generated on 15/07/2022 14:25:57

About

Contains all the releases and debug versions of Tag Commander's frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published