Navigation Menu

Skip to content

CanThaiLinh/CTLCorePool

Repository files navigation

CTLCorePool

CI Status Version License Platform

Example

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

Requirements

This framework has some libs require : RealmSwift, Alamofire, CTLTrackingAds-SDK, CoreTelephony, AdsFramework.

Pls dont add more

Installation

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

pod 'CTLCorePool'

Usage

Conifg and Add Module Extend

  1. Create file bridging-header and add :
#import <CTLTrackingCore/CTLTrackingConfig.h>
#import "CTLModuleManager.h"
#import "TrackingEventFlipTopic.h"// this file is belongs Client. not necessary
#import "AppNews.pbobjc.h" // file dc cung cap
  1. Copy/Drag folder Module(note : tick yes for copy if need)

  2. Add http request for info.plist

<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>

Add Example for test

// the below activity for example, you can do this or not

  1. Copy/Drag folder CLient(note : tick yes for copy if need).

  2. Replace Main.storyboard and AppDelegate.swift for test.

Author

thailinh, linhcanthai@vccorp.vn

License

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